Skip to content

Commit

Permalink
Merge pull request #308 from bettersg/bug/placeholder-suspicious
Browse files Browse the repository at this point in the history
Replace placeholder_illicit with placeholder_suspicious
  • Loading branch information
sarge1989 committed Jun 1, 2024
2 parents f5682d8 + a194bf7 commit f489a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/src/definitions/common/responseUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ async function sendVotingStats(instancePath: string) {
name:
scamCount >= illicitCount
? responses.PLACEHOLDER_SCAM
: responses.PLACEHOLDER_ILLICIT,
: responses.PLACEHOLDER_SUSPICIOUS,
count: susCount,
isInfo: false,
},
Expand Down

0 comments on commit f489a8c

Please sign in to comment.