Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
add await (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
GP authored Feb 25, 2021
1 parent 9aff968 commit da038f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/fileProcessing/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default function (app: Application) {

// Process extra data from file processing
if (result && result.fieldUpdates) {
recording.mergeUpdate(result.fieldUpdates);
await recording.mergeUpdate(result.fieldUpdates);
}

await recording.save();
Expand Down

0 comments on commit da038f3

Please sign in to comment.