Skip to content

Commit

Permalink
check action enabled in schema fixing codes
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob authored Dec 18, 2024
1 parent 9f50ea4 commit 90e3390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

"use strict";

const { isisActionEnabled } = require("./schema");
const { isActionEnabled } = require("./schema");

const PARAMS_FIELDS = [
{ type: "string", optional: true },
Expand Down

0 comments on commit 90e3390

Please sign in to comment.