Skip to content

Commit c550d84

Browse files
committed
chore: remove unused import
1 parent eb48810 commit c550d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils/token/getUserProfile.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { getClaims, getDecodedToken } from ".";
1+
import { getClaims } from ".";
22

33
export type UserProfile = {
44
id: string;

0 commit comments

Comments
 (0)