Skip to content

Commit

Permalink
Fix: loadenv require
Browse files Browse the repository at this point in the history
  • Loading branch information
kmc7468 committed Sep 3, 2024
1 parent 97c025a commit 2419698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/jwt.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const jwt = require("jsonwebtoken");
const { secretKey, option, TOKEN_EXPIRED, TOKEN_INVALID } =
require("../../../loadenv").jwt;
require("../../loadenv").jwt;

const signJwt = async (payload) => {
const options = { ...option };
Expand Down

0 comments on commit 2419698

Please sign in to comment.