We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb48810 commit c550d84Copy full SHA for c550d84
lib/utils/token/getUserProfile.ts
@@ -1,4 +1,4 @@
1
-import { getClaims, getDecodedToken } from ".";
+import { getClaims } from ".";
2
3
export type UserProfile = {
4
id: string;
0 commit comments