chore(lint): remove dangling comma

This commit is contained in:
Alexis Tyler
2019-10-26 13:25:37 +10:30
parent b8dc701395
commit 812d4f79e8

View File

@@ -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'
}
}]
};