Skip to content

Commit

Permalink
Working on repo restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
lealobanov committed Dec 8, 2024
1 parent 712c064 commit e014d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cadence/contracts/Recipe.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ access(all) contract Recipe {
self.locked = false
self.numberMintedPerPlay = {}

TopShot.setDatas[self.setID] = Recipe.SetData(name: name)
Recipe.setDatas[self.setID] = Recipe.SetData(name: name)
}

// Get the list of Plays in the Set
Expand Down

0 comments on commit e014d59

Please sign in to comment.