Skip to content

Commit

Permalink
chore: clean up scope enums
Browse files Browse the repository at this point in the history
  • Loading branch information
Nil20 committed Oct 29, 2024
1 parent 909b002 commit 500672c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/gateway/src/features/user/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,6 @@ export interface ITokenPayload {
scope: string[]
}

export type scopeType =
| 'register'
| 'validate'
| 'recordsearch'
| 'certify'
| 'declare'
| 'sysadmin'
| 'performance'

export async function getUser(
body: { [key: string]: string | undefined },
authHeader: IAuthHeader
Expand Down

0 comments on commit 500672c

Please sign in to comment.