Removing unnecessary test_export_events endpoint

This commit is contained in:
efarooqui
2020-10-19 08:56:31 -07:00
parent 8492c5cbaa
commit 1c600bc222

View File

@@ -4,8 +4,7 @@ function prefixedTabs (prefix, cfg) {
if (!cfg) cfg = {}
const prf = key => cfg[key] ? `${prefix}_` : ''
return {
// [`${prf('events')}export_events`]: BP.deeprows,
[`test_export_events`]: BP.deeprows,
[`${prf('events')}export_events`]: BP.deeprows,
[`${prf('associations')}export_associations`]: BP.deeprows,
[`${prf('sources')}export_sources`]: BP.deepids,
[`${prf('sites')}export_sites`]: BP.rows