Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
lxRbckl committed Jan 30, 2024
1 parent 0d57d10 commit 9182c88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hook/pre-commit.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// import <
const {token} = require('../index.js');
const token = require('../index.js');

// >

Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const token = {


// export <
module.exports = {token};
module.exports = token;

// >

Expand Down

0 comments on commit 9182c88

Please sign in to comment.