Skip to content

Commit

Permalink
fix: user wallet filter (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulhakim2902 authored Nov 29, 2022
1 parent 187b3d2 commit 372e74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/filter-builder.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ export class FilterBuilderService {
}

public async userWallet(filter: Filter<Wallet>, args: InvocationArgs) {
filter.where = args[1]?.where ?? {};
Object.assign(filter, args[1] ?? {});
return this.finalizeFilter(filter, {});
}

Expand Down

0 comments on commit 372e74c

Please sign in to comment.