mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 21:59:00 +02:00
Remove unused getDocOpsLength method
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user