Skip to content

Commit

Permalink
Update libs/application-generic/src/usecases/upsert-preferences/upser…
Browse files Browse the repository at this point in the history
…t-preferences.usecase.ts

Co-authored-by: Richard Fontein <[email protected]>
  • Loading branch information
SokratisVidros and rifont authored Nov 8, 2024
1 parent 98bf829 commit 4e1a6f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export class UpsertPreferences {
await this.deletePreferences(command, foundPreference?._id);

/*
* Ideally we need to return the foundPreference with a deleted: true flag
* TODO: Ideally we need to return the foundPreference with a deleted: true flag
* but the repository does not support this yet. For now we will make a compromise
* to avoid refactoring all the usages of this usecase.
*/
Expand Down

0 comments on commit 4e1a6f1

Please sign in to comment.