Skip to content

Commit

Permalink
Update packages/world/ts/node/resolveSystems.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Ingersoll <[email protected]>
  • Loading branch information
alvrs and holic authored Sep 25, 2024
1 parent 8040aee commit 96e519e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/world/ts/node/resolveSystems.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export async function resolveSystems({
config.namespaces[contract.namespaceLabel]?.systems[contract.systemLabel] ??
resolveNamespace({
label: contract.namespaceLabel,
namespace: config.namespaces[contract.namespaceLabel].namespace,
namespace: config.namespaces[contract.namespaceLabel]?.namespace,
systems: {
[contract.systemLabel]: {},
},
Expand Down

0 comments on commit 96e519e

Please sign in to comment.