Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sroertgen committed Apr 20, 2023
1 parent d1155aa commit b054cc1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ async function process(filePath, log) {
log.account = v.account;
log.dataset = v.dataset;
log.status = "success";
log.reconcile_service_url = config.reconcile_service_url;
writeLog(log);
}
} catch (error) {
Expand Down

0 comments on commit b054cc1

Please sign in to comment.