Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
opcatdev committed Oct 31, 2024
1 parent 8d5946a commit 1ca9853
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ export class CollectionController {
type: String,
description: 'collection id or collection address',
})
async getTokenMintCount(
async getCollectionMintCount(
@Param('collectionIdOrAddr') collectionIdOrAddr: string,
) {
try {
Expand Down

0 comments on commit 1ca9853

Please sign in to comment.