Skip to content

Commit

Permalink
Missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
kennsippell committed Dec 9, 2024
1 parent cac87f3 commit e88cc23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fn/upload-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ async function assertCoreVersion() {
throw Error(`CHT Core Version 4.7.0 or newer is required to use --disable-users options. Version is ${actualCoreVersion}.`);
}

trace(`Core version is ${actualCoreVersion}. Proceeding to disable users.`)
trace(`Core version is ${actualCoreVersion}. Proceeding to disable users.`);
}

async function getAffectedUsers(deletedDocIds) {
Expand Down

0 comments on commit e88cc23

Please sign in to comment.