diff --git a/src/query/primary-key.ts b/src/query/primary-key.ts index 487dbc3..727069c 100644 --- a/src/query/primary-key.ts +++ b/src/query/primary-key.ts @@ -393,6 +393,6 @@ export class PrimaryKey): Promise { - await this.fromKey(input.hash, input.range).fromJSON(input.changes).save(input.conditions) + await this.fromKey(input.hash, input.range).fromJSON(input.changes).save({ conditions: input.conditions }) } }