novu icon indicating copy to clipboard operation
novu copied to clipboard

[NV-1367] (JS-0050) Avoid use of `==` and `!=`

Open scopsy opened this issue 2 years ago • 2 comments

Description

It is considered good practice to use the type-safe equality operators === and !== instead of their regular counterparts == and !=.

Occurrences

There are 14 occurrences of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/novuhq/novu/issue/JS-0050/occurrences/

NV-1367

scopsy avatar Dec 15 '22 12:12 scopsy

Hey, I am willing to have my first open source contribution it would be my pleasure if you assign me to this issue & let me fix it.

ShashwatAgrawal20 avatar Dec 15 '22 13:12 ShashwatAgrawal20

Hey, I have done some changes can you review them and let me know if some more changes are required

ShashwatAgrawal20 avatar Dec 15 '22 14:12 ShashwatAgrawal20