Skip to content

Commit d704bf5

Browse files
Update backend/src/utils/generateToken.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 38a210d commit d704bf5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

backend/src/utils/generateToken.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ const parseExpiration = (val: string | undefined, fallback: number | string): nu
1313
};
1414

1515
export const generateAccessToken = (id: string) => {
16-
// console.log(accessTokenSecret)
1716
if (!accessTokenSecret) throw new Error("JWT_ACCESS_SECRET is not defined");
1817

1918
const options = {

0 commit comments

Comments
 (0)