snapshot-labs / snapshot-sidekick

https://sh5.co
MIT License
19 stars 16 forks source link

fix: parseInt won't work with 15e3 #251

Closed ChaituVR closed 8 months ago

ChaituVR commented 8 months ago

parseInt(process.env.QUEUE_INTERVAL || '15e3') will be actually 15

image

ChaituVR commented 8 months ago

somehow test cases fail 😄