Skip to content

Commit

Permalink
Fix contract creation not using appropriate bricks (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
RDIL authored Dec 19, 2023
1 parent 62bd39f commit 3cc9dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/contracts/contractRouting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ contractRoutingRouter.post(
Data: {
Objectives: objectives,
GameChangers: gamechangers,
Bricks: [],
Bricks: contractData.Data.Bricks,
},
Metadata: {
Title: req.body.creationData.Title,
Expand Down

0 comments on commit 3cc9dd7

Please sign in to comment.