mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-02 23:33:37 +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) ->) ->
|
||||
return callback() if !Settings.apis?.project_history?.enabled
|
||||
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()
|
||||
url = "#{Settings.apis.project_history.url}/project/#{project_id}/flush"
|
||||
qs = {}
|
||||
|
|
Loading…
Reference in a new issue