Skip to content

Commit

Permalink
fix: Fixed Status code naming
Browse files Browse the repository at this point in the history
Signed-off-by: ivaylogarnev-limechain <[email protected]>
  • Loading branch information
ivaylogarnev-limechain committed Dec 2, 2024
1 parent 3d337b4 commit 88592cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Status.js
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ export default class Status {
case Status.PendingAirdropIdRepeated:
return "PENDING_AIRDROP_ID_REPEATED";
case Status.MaxPendingAirdropIdExceeded:
return "PENDING_AIRDROP_ID_LIST_TOO_LONG";
return "MAX_PENDING_AIRDROP_ID_EXCEEDED";
case Status.PendingNftAirdropAlreadyExists:
return "PENDING_NFT_AIRDROP_ALREADY_EXISTS";
case Status.AccountHasPendingAirdrops:
Expand Down

0 comments on commit 88592cb

Please sign in to comment.