mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Fix MockDocStoreApi name
This commit is contained in:
parent
ffc35d9d65
commit
23bd840796
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ express = require("express")
|
|||
bodyParser = require "body-parser"
|
||||
app = express()
|
||||
|
||||
module.exports = MockDocUpdaterApi =
|
||||
module.exports = MockDocStoreApi =
|
||||
docs: {}
|
||||
|
||||
run: () ->
|
||||
|
|
Loading…
Reference in a new issue