Progres towards moving mongo logic into its adapter

This commit is contained in:
Drew
2016-04-05 21:16:39 -07:00
parent cbbd66964a
commit 91ace4e718
9 changed files with 387 additions and 271 deletions

View File

@@ -1,5 +1,5 @@
import cache from './cache';
import log from './logger';
import log from './logger';
var Parse = require('parse/node').Parse;