Skip to content

Commit

Permalink
feat: Add DungeonExplorationQuery on query field
Browse files Browse the repository at this point in the history
  • Loading branch information
upa-r-upa committed Apr 1, 2024
1 parent bf6414e commit b0ad721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/Savor22b/GraphTypes/Query/Query.cs
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ swarm is null
}
);

// AddField(new DungeonExplorationQuery());
AddField(new DungeonExplorationQuery(blockChain, swarm));
AddField(new CalculateRelocationCostQuery());
AddField(new ShopQuery());
}
Expand Down

0 comments on commit b0ad721

Please sign in to comment.