Skip to content

Commit

Permalink
packages/core: fix typo in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
joeltg committed Jan 19, 2025
1 parent 66bdcf1 commit b1c27e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/test/link.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test("link and unlink database items", async (t) => {
topic: "com.example.app",
contract: {
models: {
game: { id: "primary", player: "@players[]", manager: "@player[]", observers: "@player[]", status: "json" },
game: { id: "primary", player: "@player[]", manager: "@player[]", observers: "@player[]", status: "json" },
player: { id: "primary", game: "@game", status: "json" },
},
actions: {
Expand Down

0 comments on commit b1c27e5

Please sign in to comment.