chore(xo-server/PluginMetadata#merge): don't return record
This commit is contained in:
parent
afa957b305
commit
5b00cf3ecd
@ -29,7 +29,7 @@ export class PluginsMetadata extends Collection {
|
||||
throw new Error('no such plugin metadata')
|
||||
}
|
||||
|
||||
return /* await */ this.update({
|
||||
await this.update({
|
||||
...pluginMetadata,
|
||||
...data,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user