Skip to content

Commit 1192003

Browse files
committed
standard
1 parent cff0ae1 commit 1192003

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/update-server.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ assert(token, 'TOKEN required')
2323

2424
const client = redis.createClient(redisUrl)
2525
const get = promisify(client.get).bind(client)
26-
const set = promisify(client.set).bind(client)
2726

2827
const cache = {
2928
async get (key) {

0 commit comments

Comments
 (0)