mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-18 11:22:21 -06:00
Typo fix
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user