Skip to content

Commit 5c805c2

Browse files
committed
[antispam] experimenting (WIP)
1 parent 7dce9d2 commit 5c805c2

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

243243
// IDEA: run N-by-N to limit memory bloat
244244
await Promise.all(
245-
Testing.cases.map(async (url) => await Testing.getContext({ url, github }))
245+
Testing.cases.map((url) => Testing.getContext({ url, github }))
246246
).then((testing_contexts) => {
247247
console.log("Actors:", testing_contexts.map((context) => context.actor))
248248
})

0 commit comments

Comments
 (0)