Skip to content

Commit 90e3390

Browse files
authored
check action enabled in schema fixing codes
1 parent 9f50ea4 commit 90e3390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
"use strict";
88

9-
const { isisActionEnabled } = require("./schema");
9+
const { isActionEnabled } = require("./schema");
1010

1111
const PARAMS_FIELDS = [
1212
{ type: "string", optional: true },

0 commit comments

Comments
 (0)