mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge branch 'master' into pr-latex-hints-integration
This commit is contained in:
commit
3014808a07
1 changed files with 2 additions and 0 deletions
|
@ -84,6 +84,8 @@ module.exports = ReferencesHandler =
|
|||
ReferencesHandler._buildFileUrl projectId, fileId
|
||||
allUrls = bibDocUrls.concat(bibFileUrls)
|
||||
logger.log {projectId, isFullIndex, docIds, bibDocUrls}, "sending request to references service"
|
||||
if !settings.apis.references.url?
|
||||
return callback()
|
||||
request.post {
|
||||
url: "#{settings.apis.references.url}/project/#{projectId}/index"
|
||||
json:
|
||||
|
|
Loading…
Reference in a new issue