Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
refactor: incorrect naming of schema
Browse files Browse the repository at this point in the history
  • Loading branch information
sor4chi committed May 6, 2024
1 parent f361734 commit 35b1235
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/schema/src/inheritable-keys/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { buildSchema } from "./build";
import {
compatibilityDateSchema,
compatibilityFlagsSchema,
} from "./capability";
} from "./compatibility";
import { limitsSchema } from "./limits";
import { routeSchema, routesSchema } from "./route";
import { rulesSchema } from "./rule";
Expand Down

0 comments on commit 35b1235

Please sign in to comment.