Skip to content

Commit 25f984f

Browse files
committed
πŸ‘Œ IMPROVE: change location
1 parent f572548 commit 25f984f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const fs = require("fs");
22
const io = require("console-read-write");
3-
const auth = require("../auth.js");
3+
const auth = require("./auth.js");
44
const { green, red, yellow } = require("chalk");
55

66
module.exports = async () => {

β€Žindex.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
const header = require("./utils/header.js");
1010
const options = require("./utils/options.js");
11-
const auth = require("./utils/authentication.js");
11+
const auth = require("./authentication.js");
1212

1313
const cli = async () => {
1414
header();

0 commit comments

Comments
Β (0)