chore: delete todo comment

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2021-05-03 15:47:30 +02:00
parent cb10731dfa
commit 641d36b148
@@ -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);