mirror of
https://github.com/colanode/colanode.git
synced 2025-12-16 11:47:47 +01:00
Fix database update mutation
This commit is contained in:
@@ -20,6 +20,7 @@ export class DatabaseUpdateMutationHandler
|
||||
input.databaseId,
|
||||
(attributes) => {
|
||||
attributes.name = input.name;
|
||||
attributes.avatar = input.avatar;
|
||||
|
||||
return attributes;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user