Skip to content

Commit

Permalink
Update packages/world/ts/config/v2/world.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
alvrs authored Mar 20, 2024
1 parent 25ef52f commit 48b1f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/world/ts/config/v2/world.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { Tables } from "@latticexyz/store";
import { resolveSystems } from "./systems";
import { resolveNamespacedTables, validateNamespaces } from "./namespaces";
import { resolveCodegen } from "./codegen";
import { resolveDeploy as resolveDeploy } from "./deploy";
import { resolveDeploy } from "./deploy";

export type validateWorld<world> = {
readonly [key in keyof world]: key extends "tables"
Expand Down

0 comments on commit 48b1f4c

Please sign in to comment.