From 91d9e4d41ec6ae128cfb1ab6ce12a8630d258bb9 Mon Sep 17 00:00:00 2001 From: mike12345567 Date: Thu, 29 Oct 2020 10:53:39 +0000 Subject: [PATCH] Updating script that had duplicate key. --- packages/server/scripts/exportAppTemplate.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/server/scripts/exportAppTemplate.js b/packages/server/scripts/exportAppTemplate.js index 4ae2f729ae..72ad797183 100755 --- a/packages/server/scripts/exportAppTemplate.js +++ b/packages/server/scripts/exportAppTemplate.js @@ -15,11 +15,6 @@ yargs alias: "n", type: "string", }, - appId: { - description: "The appId to dump the database for", - alias: "inst", - type: "string", - }, appId: { description: "The appId of the application you want to export", alias: "app",