Skip to content

Commit

Permalink
style: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorklauritzen committed Sep 13, 2024
1 parent ce4ba27 commit d05b0fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/services/omegaid/compression.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ActionReturn, ActionReturnError } from '@/actions/Types'
import { JWT_ISSUER } from '@/auth/ConfigVars'
import type { ActionReturn, ActionReturnError } from '@/actions/Types'
import type { OmegaIdJWT } from '@/services/omegaid/Types'


Expand Down
2 changes: 1 addition & 1 deletion src/services/omegaid/generate.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'server-only'
import { OmegaIdExpiryTime } from './ConfigVars'
import { generateJWT } from '@/jwt/jwt'
import type { OmegaId, OmegaIdJWT } from './Types'
import type { OmegaId } from './Types'


export function generateOmegaId(user: OmegaId): string {
Expand Down

0 comments on commit d05b0fb

Please sign in to comment.