hypha-dao / hypha-wallet

Hypha Wallet - Authenticator - All the things.
3 stars 2 forks source link

refactor: remove duplicate line of code #282

Closed Zied-Dahmani closed 2 months ago

Zied-Dahmani commented 2 months ago

Scope

[No Ticket]()

I removed the duplicate code line because dotenv.load() automatically loads the .env file by default, making the additional call redundant.

n13 commented 2 months ago

Good catch, thank you!

n13 commented 2 months ago

Normally author should merge but this is simple, I'll just merge it.