Skip to content

Commit e1f155d

Browse files
committed
Update tokens.js
1 parent 8424ea2 commit e1f155d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tokens.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { parse, stringify } from "envfile"
55

66
const sourcePath = '.env'
77

8-
// https://stackoverflow.com/a/69058154/1413302
98
const isTokenExpired = (token) => {
109
try {
1110
const payload = token?.split('.')?.[1]

0 commit comments

Comments
 (0)