Merge pull request #1957 from overleaf/ns-decaf-cleanup

.../js/... -> .../src/...

GitOrigin-RevId: ab509c633529440f05247d19c320ebb77d506768
This commit is contained in:
nate stemen
2019-07-11 18:55:42 +00:00
committed by sharelatex
parent e33ad09802
commit 9cc5dc968c
17 changed files with 26 additions and 26 deletions
@@ -1,6 +1,6 @@
const fs = require('fs')
const path = require('path')
const mongojs = require('../../app/js/infrastructure/mongojs')
const mongojs = require('../../app/src/infrastructure/mongojs')
const { db, ObjectId } = mongojs
const async = require('async')