mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
logout settings
This commit is contained in:
parent
aacb54d54c
commit
38f565d35f
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ checkCanStoreFiles = (callback)->
|
|||
req = {params:{}, query:{}, headers:{}}
|
||||
req.params.project_id = settings.health_check.project_id
|
||||
req.params.file_id = settings.health_check.file_id
|
||||
console.log settings
|
||||
myWritableStreamBuffer = new streamBuffers.WritableStreamBuffer(initialSize: 100)
|
||||
res = {
|
||||
send: (code) ->
|
||||
|
|
Loading…
Reference in a new issue