mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-06 23:31:46 +00:00
Remove unused var
This commit is contained in:
parent
f0777f996c
commit
dd2e9d7431
1 changed files with 2 additions and 1 deletions
|
@ -5,8 +5,9 @@ define [
|
|||
|
||||
], (moment, App) ->
|
||||
CACHE_KEY = "mbEvents"
|
||||
EDIT_SESSION_HEARTBEAT_INTERVAL = 5 * 60 * 1000 # 5min
|
||||
|
||||
# Keep track of when the editing session started and when we should
|
||||
# send the next heartbeat so we can space them properly
|
||||
sessionStart = new Date()
|
||||
nextHeartbeat = new Date()
|
||||
|
||||
|
|
Loading…
Reference in a new issue