Skip to content

Commit

Permalink
style: check:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordfirespeed committed Oct 27, 2024
1 parent 287961c commit 9da3a63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/config/production.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { TokenType } from "@durhack/token-vault/lib"

import type { DeepPartial } from "@/types/deep-partial"
import type { ConfigIn } from "@/config/schema"
import type { DeepPartial } from "@/types/deep-partial"

export default {
origin: "https://live.durhack.com",
Expand Down
2 changes: 1 addition & 1 deletion server/src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { directoryAdapter } from "zod-config/directory-adapter"
import { dirname } from "@/dirname"

import { configSchema } from "./schema"
import { typescriptAdapter } from "./typescript-adapter";
import { typescriptAdapter } from "./typescript-adapter"

export type * from "./schema"

Expand Down

0 comments on commit 9da3a63

Please sign in to comment.