From 250637e3b5e555a4b694f22d64171e3bd63b70b4 Mon Sep 17 00:00:00 2001 From: Alexander Date: Thu, 30 Mar 2017 09:40:13 -0600 Subject: [PATCH] moved to public data --- src/app.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.ts b/src/app.ts index f827204..db08d87 100644 --- a/src/app.ts +++ b/src/app.ts @@ -53,12 +53,12 @@ export class App { /** ===== PUBLIC CASE ===== */ - // await tableManager.loadData('TenFamiliesDescendAnon', 'TenFamiliesAttrAnon'); + await tableManager.loadData('TenFamiliesDescendAnon', 'TenFamiliesAttrAnon'); /** ===== PRIVATE CASES - WORKS ONLY WITH THE RIGHT DATA LOCALLY ===== */ - await tableManager.loadData('TenFamiliesDescend', 'TenFamiliesAttr'); + // await tableManager.loadData('TenFamiliesDescend', 'TenFamiliesAttr'); // await tableManager.loadData('AllFamiliesDescend', 'AllFamiliesAttributes'); /** ============= */