samfortify

Results 1 issues of samfortify

I can detect swing right and I'm calling: ``` onThrowOut(event: any) { if (event.throwDirection === Direction.RIGHT) { const targetId = Number(event.target.id); const targetCampain = this.ads.find(ad => ad.id === targetId); this.openCampaign(targetCampain);...