Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
fix: bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
NotHydra committed Feb 29, 2024
1 parent 83fffca commit 9096087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/model/sub-trash-bin/sub-trash-bin.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class SubTrashBinService
try {
const model: SubTrashBinModel = await this.prismaService[this.modelName].update({
where: { id },
data: { payload },
data: payload,
});

if (!model) {
Expand Down

0 comments on commit 9096087

Please sign in to comment.