Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
austinkline committed Nov 21, 2022
1 parent b596d83 commit 7ac002e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/TopShotTier.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ pub contract TopShotTier {
}

init() {
self.idOverrides = {}
self.tiers = {}
self.mappings = {}
}
}

Expand All @@ -61,5 +60,6 @@ pub contract TopShotTier {

self.mappings = TierMapping()
self.account.save(<- create TierMetadataAdmin(), to: self.AdminStoragePath)
self.account.link<&TierMapping{TierMappingPublic}>(self.MappingPublicPath, target: self.MappingStoragePath)
}
}

0 comments on commit 7ac002e

Please sign in to comment.