You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In sendNotification@lib/server/loop.js there is currently a duplicate among the if statements. Specifically, the one checking for the Developer Team Id, the latter one will never be executed and should be removed.
The text was updated successfully, but these errors were encountered:
Describe the bug
In
sendNotification@lib/server/loop.js
there is currently a duplicate among the if statements. Specifically, the one checking for the Developer Team Id, the latter one will never be executed and should be removed.The text was updated successfully, but these errors were encountered: