Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
🐛 Fixed update issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Schotsl committed Dec 21, 2022
1 parent be6155c commit 8f2b3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/GeneralController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export default class GeneralController implements InterfaceController {

populateInstance(value, this.generalColumns, object, true);

const result = await this.generalRepository.updateObject(object, filter);
const result = await this.generalRepository.updateObject(object);
const parsed = renderREST(result);

response.body = parsed;
Expand Down

0 comments on commit 8f2b3f6

Please sign in to comment.