Closed jeffleu closed 5 years ago
I forgot to remove the > -1 from the if statement as I've updated the code to utilize String.prototype.includes function instead, therefore causing @exgym tag to be added every time getSpecialRaidTag function was called.
> -1
String.prototype.includes
@exgym
getSpecialRaidTag
I forgot to remove the
> -1
from the if statement as I've updated the code to utilizeString.prototype.includes
function instead, therefore causing@exgym
tag to be added every timegetSpecialRaidTag
function was called.