Skip to content

Commit dcffd58

Browse files
committed
[antispam] experimenting (WIP)
1 parent 748e9f7 commit dcffd58

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
@@ -173,7 +173,7 @@ module.exports = async ({ github, context, core }) => {
173173

174174
when_suspicious({ github, context, failed_checks});
175175

176-
const user_information_as_comment = make_information_report({ user: user }).then(() => {
176+
make_information_report({ user: user }).then(user_information_as_comment => {
177177
// do stuffs with user_information_as_comment
178178
console.log("user_information_as_comment", user_information_as_comment);
179179
});

0 commit comments

Comments
 (0)