Skip to content

Commit

Permalink
Fixed CELO optional feeCurrency field.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hathoriel committed Sep 3, 2021
1 parent 4de37d8 commit e44a04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/request/CeloMintErc721.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ export class CeloMintErc721 extends MintErc721 {

@IsOptional()
@IsIn([Currency.CELO, Currency.CUSD, Currency.CEUR])
public feeCurrency = Currency.CELO;
public feeCurrency? = Currency.CELO;

}

0 comments on commit e44a04d

Please sign in to comment.