mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Remove unused getDocOpsLength method
This commit is contained in:
parent
8004e022fe
commit
ea8f4a6d7a
1 changed files with 0 additions and 3 deletions
|
@ -151,8 +151,5 @@ module.exports = RedisManager =
|
|||
[length, _] = results
|
||||
callback(error, length)
|
||||
|
||||
getDocOpsLength: (doc_id, callback = (error, length) ->) ->
|
||||
rclient.llen keys.docOps(doc_id: doc_id), callback
|
||||
|
||||
getDocIdsInProject: (project_id, callback = (error, doc_ids) ->) ->
|
||||
rclient.smembers keys.docsInProject(project_id: project_id), callback
|
||||
|
|
Loading…
Reference in a new issue