Skip to content

Commit 2731644

Browse files
committed
[antispam] experimenting (WIP)
1 parent d6d1e77 commit 2731644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/antispam.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class Check {
4646
this.reason = reason;
4747
}
4848

49-
evaluate() { return this.predicate(); }
49+
async evaluate() { return await this.predicate(); }
5050
}
5151

5252
module.exports = async ({ github, context, core }) => {

0 commit comments

Comments
 (0)