Skip to content

Commit

Permalink
lint fix validator
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Jun 29, 2021
1 parent 670fe3f commit c3f77b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const schema = {
type: "object",
properties: {
/** the name of the function that is attached from the codebase to the route */
function: { type: "string" },
function: {type: "string"},

/** array of arguments that are passed into the above specified function */
args: {
Expand Down

0 comments on commit c3f77b6

Please sign in to comment.