Skip to content

Commit

Permalink
remove unused fun
Browse files Browse the repository at this point in the history
  • Loading branch information
austinkline committed Dec 20, 2023
1 parent caf2688 commit ba14d3f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions contracts/WrappedEditions.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -122,19 +122,6 @@ pub contract WrappedEditions {
self.baseHtmlUrl = s
}

access(account) fun setParam(key: String, value: AnyStruct) {
switch key {
case "baseHtmlUrl":
let v = value as! String
self.baseHtmlUrl = v
break
case "baseImageUrl":
let v = value as! String
self.setBaseImageUrl(v)
break
}
}

init(raffleID: UInt64, baseImageUrl: String, baseHtmlUrl: String) {
self.name = "Flowty Wrapped 2023"
self.supply = 0
Expand Down

0 comments on commit ba14d3f

Please sign in to comment.