Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanfazakas committed Feb 7, 2023
1 parent a26f9bc commit ade7184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/Datatoken.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export class Datatoken extends SmartContract {

if (!dispenserParams.allowedSwapper) dispenserParams.allowedSwapper = ZERO_ADDRESS

dispenserParams.withMint = dispenserParams.withMint === false ? false : true
dispenserParams.withMint = dispenserParams.withMint !== false

// should check DatatokenDeployer role using NFT level ..

Expand Down

0 comments on commit ade7184

Please sign in to comment.