This commit is contained in:
Robert Banagale 2021-03-07 00:33:41 -08:00
parent 65078eb700
commit 285b83a95d

View File

@ -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);