Skip to content

Commit

Permalink
Make task actually run
Browse files Browse the repository at this point in the history
  • Loading branch information
ktuite committed Aug 21, 2024
1 parent 9c297b7 commit 571c2f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/model/query/entities.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ createVersion.audit = (updatedEntity, dataset, partial, subDef) => (log) => {
entityDefId: updatedEntity.aux.currentVersion.id,
entity: { uuid: updatedEntity.uuid, dataset: dataset.name }
});
return Promise.resolve();
};
createVersion.audit.withResult = true;

Expand Down

0 comments on commit 571c2f1

Please sign in to comment.