Skip to content

Commit

Permalink
fix NFTCollectionFactory contract name
Browse files Browse the repository at this point in the history
  • Loading branch information
sisyphusSmiling committed Jun 27, 2024
1 parent 5787a08 commit 9d50e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/factories/NFTCollectionFactory.cdc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import "CapabilityFactory"
import "NonFungibleToken"

access(all) contract NFTProviderAndCollectionFactory {
access(all) contract NFTCollectionFactory {
access(all) struct WithdrawFactory: CapabilityFactory.Factory {
access(all) view fun getCapability(acct: auth(Capabilities) &Account, controllerID: UInt64): Capability? {
if let con = acct.capabilities.storage.getController(byCapabilityID: controllerID) {
Expand Down

0 comments on commit 9d50e1b

Please sign in to comment.