Skip to content

Commit

Permalink
feat(user): fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
dipendraupreti committed May 24, 2024
1 parent e66cc84 commit 23676be
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ class ProfileVerificationClaim extends BooleanClaim {
defaultMaxAgeInSeconds: 0,
});
}

// eslint-disable-next-line unicorn/no-useless-undefined, @typescript-eslint/no-unused-vars
getLastRefetchTime = (payload: unknown, userContext: unknown) => undefined;
}

export default ProfileVerificationClaim;

0 comments on commit 23676be

Please sign in to comment.