Syntax improvement

Signed-off-by: Andre Wanlin <andrewanlin@gmail.com>
This commit is contained in:
Andre Wanlin
2023-05-02 15:38:31 -05:00
parent 7a0010adee
commit 8676ebfd42
@@ -133,7 +133,7 @@ export class LinguistBackendDatabase implements LinguistBackendStore {
const processEntity = {
entityRef: rawEntity.entity_ref,
processedDate: processedDate,
processedDate,
};
return processEntity;