From 812d4f79e8440a32bc4cf47751c8b3ed2ef7d332 Mon Sep 17 00:00:00 2001 From: Alexis Tyler Date: Sat, 26 Oct 2019 13:25:37 +1030 Subject: [PATCH] chore(lint): remove dangling comma --- ecosystem.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecosystem.config.js b/ecosystem.config.js index 5bb2b3f61..7774312b7 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -26,7 +26,7 @@ module.exports = { error_file: '/var/log/graphql-api/error.log', out_file: '/var/log/graphql-api/out.log', exp_backoff_restart_delay: 100, - max_memory_restart: '300M', + max_memory_restart: '300M' } }] };