From 3b7c9d57d3eb689b012aab2d481d9106674543ce Mon Sep 17 00:00:00 2001 From: WarrenSink <46054894+WarrenSink@users.noreply.github.com> Date: Sun, 9 Jun 2019 20:22:43 -0400 Subject: [PATCH] Update config.js --- src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.js b/src/config.js index 8057ca4..fcd2c08 100644 --- a/src/config.js +++ b/src/config.js @@ -2,6 +2,6 @@ let config = {} config.dynamo = {} -config.dynamo.tableName = "facesV3" +config.dynamo.tableName = "Twinz_Data" module.exports = config