The-CodingSloth / haha-funny-leetcode-extension

MIT License
396 stars 75 forks source link

bugfix: Fixed race condition with userJustSubmitted #30

Closed Erik-McKelvey closed 10 months ago

Erik-McKelvey commented 10 months ago

Changed the boolean to a datetime representing the last time the event was received.

Resolves: #28

The-CodingSloth commented 10 months ago

Awesome thanks so much