This commit is contained in:
Peter Maquiran
2023-02-27 09:31:10 +01:00
parent 6e2669e52f
commit 4731b402df
87 changed files with 86 additions and 4253 deletions
+3 -1
View File
@@ -562,7 +562,9 @@ export class MessageService {
}
for( const [name, value] of Object.entries(message)) {
this.rowInstance[name] = value
try {
this.rowInstance[name] = value
} catch (error) {}
}
await this.rowInstance.save()