Skip to content

Commit

Permalink
stoped credenatils file from creating empty
Browse files Browse the repository at this point in the history
  • Loading branch information
erikpersson0884 committed May 20, 2024
1 parent f8db97e commit 54fe368
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 @@ -92,7 +92,7 @@ async function initiate_credentials_file() {
}
}

initialize_files([dataFolderPath, pathToPatetosImages, pathToPostImages], [pathToPostsFile, pathToPatetosFile, pathToCredentialsFile, pathToAdminkeysFile]);
initialize_files([dataFolderPath, pathToPatetosImages, pathToPostImages], [pathToPostsFile, pathToPatetosFile, pathToAdminkeysFile]);
initiate_commitee_file();
initiate_credentials_file();

Expand Down

0 comments on commit 54fe368

Please sign in to comment.