Skip to content

Commit

Permalink
jgmw: ts-to-js
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Walker-GM committed Sep 12, 2024
1 parent b6c8899 commit 20937a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const hasRole = ({ roles }) => {
// in ./api/src/directives/requireAuth

// Roles are passed in by the requireAuth directive if you have auth setup
// eslint-disable-next-line @typescript-eslint/no-unused-vars
// eslint-disable-next-line no-unused-vars
export const requireAuth = ({ roles }) => {
return isAuthenticated()
}
Expand Down

0 comments on commit 20937a7

Please sign in to comment.