From 653d1fe263b10d34a6383f1c5fdad79001b530d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Fri, 14 Jan 2022 16:47:27 +0100 Subject: [PATCH] better formulation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- plugins/catalog-backend/src/service/NextEntitiesCatalog.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/catalog-backend/src/service/NextEntitiesCatalog.ts b/plugins/catalog-backend/src/service/NextEntitiesCatalog.ts index 28b53cf76d..d27a3be95a 100644 --- a/plugins/catalog-backend/src/service/NextEntitiesCatalog.ts +++ b/plugins/catalog-backend/src/service/NextEntitiesCatalog.ts @@ -210,8 +210,8 @@ export class NextEntitiesCatalog implements EntitiesCatalog { // deletes entities that ARE still emitted by the parent, the parent // processing will still generate the same output hash as always, which // means it'll never try to write down the children again (it assumes that - // they already exist). This makes the database never "heal" from accidental - // deletes. + // they already exist). This means that without the code below, the database + // never "heals" from accidental deletes. await this.database('refresh_state') .update({ result_hash: 'child-was-deleted',