diff --git a/libs/application-generic/src/usecases/upsert-preferences/upsert-preferences.usecase.ts b/libs/application-generic/src/usecases/upsert-preferences/upsert-preferences.usecase.ts index 9f00974a8b9..a338cb4f70d 100644 --- a/libs/application-generic/src/usecases/upsert-preferences/upsert-preferences.usecase.ts +++ b/libs/application-generic/src/usecases/upsert-preferences/upsert-preferences.usecase.ts @@ -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. */