From 641d36b148b1dab696ce144611f9d97466aef4d9 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Mon, 3 May 2021 15:47:30 +0200 Subject: [PATCH] chore: delete todo comment Signed-off-by: Johan Haals --- .../src/next/database/DefaultProcessingDatabase.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/catalog-backend/src/next/database/DefaultProcessingDatabase.ts b/plugins/catalog-backend/src/next/database/DefaultProcessingDatabase.ts index 984e7776ea..dc5e6036f5 100644 --- a/plugins/catalog-backend/src/next/database/DefaultProcessingDatabase.ts +++ b/plugins/catalog-backend/src/next/database/DefaultProcessingDatabase.ts @@ -87,7 +87,6 @@ export class DefaultProcessingDatabase implements ProcessingDatabase { .update({ processed_entity: JSON.stringify(processedEntity), cache: JSON.stringify(state), - // TODO: should this also be JSON stringfy? errors, }) .where('entity_id', id);