Skip to content

Commit 907b4f4

Browse files
committed
Update Escrow.cdc
1 parent a3b143a commit 907b4f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

escrow/contracts/Escrow.cdc

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ access(all) contract Escrow {
213213
if(leaderboard.entriesData[nftID] == nil) {
214214
return
215215
}
216-
216+
217217
leaderboard.transferNftToCollection(nftID: nftID, depositCap: depositCap)
218218
}
219219

0 commit comments

Comments
 (0)