From 4c57c0982daedf7120618998d280e8472f044be6 Mon Sep 17 00:00:00 2001 From: sigonasr2 Date: Mon, 9 Aug 2021 05:50:26 -0500 Subject: [PATCH] Fix comma --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index b91bdc8..f203aaa 100644 --- a/server.js +++ b/server.js @@ -117,7 +117,7 @@ const ENDPOINTDATA=[ { endpoint:"potential", requiredfields:["name"], - optionalfields:["icon","description"] + optionalfields:["icon","description"], excludedfields:[] //Fields to not output in GET. }, {