mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-14 01:41:24 -06:00
Typo fix
This commit is contained in:
parent
1059c92583
commit
448aefb989
@ -156,7 +156,7 @@ model Message {
|
||||
webhookUrl String? @db.VarChar(500)
|
||||
|
||||
sessionId String?
|
||||
sessions IntegrationSession? @relation(fields: [sessionId], references: [id])
|
||||
session IntegrationSession? @relation(fields: [sessionId], references: [id])
|
||||
}
|
||||
|
||||
model MessageUpdate {
|
||||
|
@ -88,7 +88,7 @@ model Instance {
|
||||
Sqs Sqs?
|
||||
Websocket Websocket?
|
||||
Typebot Typebot[]
|
||||
sessions Session?
|
||||
Session Session?
|
||||
MessageUpdate MessageUpdate[]
|
||||
TypebotSetting TypebotSetting?
|
||||
Media Media[]
|
||||
@ -155,7 +155,7 @@ model Message {
|
||||
webhookUrl String? @db.VarChar(500)
|
||||
|
||||
sessionId String?
|
||||
sessions IntegrationSession? @relation(fields: [sessionId], references: [id])
|
||||
session IntegrationSession? @relation(fields: [sessionId], references: [id])
|
||||
}
|
||||
|
||||
model MessageUpdate {
|
||||
|
Loading…
Reference in New Issue
Block a user