mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-03 11:53:17 +00:00
fix log line
This commit is contained in:
parent
8cdc8c410a
commit
3bc176259b
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ module.exports = HistoryManager =
|
||||||
flushProjectChanges: (project_id, options, callback = (error) ->) ->
|
flushProjectChanges: (project_id, options, callback = (error) ->) ->
|
||||||
return callback() if !Settings.apis?.project_history?.enabled
|
return callback() if !Settings.apis?.project_history?.enabled
|
||||||
if options.skip_history_flush
|
if options.skip_history_flush
|
||||||
logger.log {project_id}, "skipping flush of project history from realtime shutdown"
|
logger.log {project_id}, "skipping flush of project history"
|
||||||
return callback()
|
return callback()
|
||||||
url = "#{Settings.apis.project_history.url}/project/#{project_id}/flush"
|
url = "#{Settings.apis.project_history.url}/project/#{project_id}/flush"
|
||||||
qs = {}
|
qs = {}
|
||||||
|
|
Loading…
Reference in a new issue