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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user