vinitshahdeo / inspirational-quotes

:bulb: A simple NPM Package which returns random Inspirational Quotes. Get your daily quote and stay motivated! :v: :cherry_blossom:
https://www.npmjs.com/package/inspirational-quotes
MIT License
331 stars 1.81k forks source link

Fixed the issue where same quotes are generated every time using the getRandomQuote() function #2710

Open twitharshil opened 2 years ago

twitharshil commented 2 years ago

Each time we call getRandomQuote() it should give us a randomly generated quote. But currently, it only prints the same random generated quote

Screenshot 2022-01-22 at 11 14 16 AM