From 285b83a95d80cec11cf51061d024db86ddbdef9f Mon Sep 17 00:00:00 2001 From: Robert Banagale Date: Sun, 7 Mar 2021 00:33:41 -0800 Subject: [PATCH] Fix typo --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 76c9702..d9ec823 100644 --- a/index.js +++ b/index.js @@ -54,7 +54,7 @@ async function run() { if (context.payload.comment) { if ( context.payload.action === "created" || - context.payoad.action === "edited" + context.payload.action === "edited" ) { const issueNumber = context.payload.issue.number; const model = await toxicity.load(threshold);