mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 19:42:53 +00:00
Remove unused redis package reference
This commit is contained in:
parent
0706feb26b
commit
5fed2424d0
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ chai = require("chai")
|
|||
chai.should()
|
||||
expect = chai.expect
|
||||
async = require "async"
|
||||
rclient = require("redis").createClient()
|
||||
|
||||
MockWebApi = require "./helpers/MockWebApi"
|
||||
DocUpdaterClient = require "./helpers/DocUpdaterClient"
|
||||
|
|
Loading…
Reference in a new issue