Skip to content

Commit 9d1ae71

Browse files
committed
[antispam] experimenting (WIP)
1 parent 28822f8 commit 9d1ae71

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
@@ -94,7 +94,7 @@ module.exports = async ({ github, context, core }) => {
9494
});
9595
return events.length === 0;
9696
})();
97-
const WasAuthorRecentlyCreated = (() => {
97+
let WasAuthorRecentlyCreated = (() => {
9898

9999
const time_point = (() => {
100100
let value = new Date();

0 commit comments

Comments
 (0)