mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
save
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user