Skip to content

Commit

Permalink
πŸ› FIX: path
Browse files Browse the repository at this point in the history
  • Loading branch information
msaaddev committed Apr 8, 2020
1 parent 6a17965 commit 153efbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/authentication.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ module.exports = async () => {
username: "${username}",
}`;

fs.writeFile(`../utils/auth.js`, userToken, (err) => {
fs.writeFile(`./auth.js`, userToken, (err) => {
console.log(err);
});
fs.writeFile(`../utils/user.js`, userData, (err) => {
fs.writeFile(`./user.js`, userData, (err) => {
console.log(err);
});
}
Expand Down

0 comments on commit 153efbc

Please sign in to comment.