From c3f77b600e3ea389f1e26dc158d0ff851c940709 Mon Sep 17 00:00:00 2001 From: Ryan Birmingham Date: Tue, 29 Jun 2021 14:00:37 -0400 Subject: [PATCH] lint fix validator --- validator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validator.js b/validator.js index 59ccab7..763e85d 100644 --- a/validator.js +++ b/validator.js @@ -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: {