Skip to content

Commit

Permalink
made initate credentials file async
Browse files Browse the repository at this point in the history
  • Loading branch information
erikpersson0884 committed May 20, 2024
1 parent b92f1e0 commit f8db97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ async function initiate_commitee_file() {
}
}

function initiate_credentials_file() {
async function initiate_credentials_file() {
if (!fs.existsSync(pathToCredentialsFile)) {
fs.writeFileSync(pathToCredentialsFile, JSON.stringify([
{
Expand Down

0 comments on commit f8db97e

Please sign in to comment.