diff options
author | Chocobozzz <me@florianbigard.com> | 2021-12-24 14:56:13 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-12-24 14:56:33 +0100 |
commit | ae4e417ab02bc6bb9da799f97da80fd3955da42e (patch) | |
tree | a9eb891a8024de60e7ad2ddcd02854612a63b1fe /server/lib/redis.ts | |
parent | e5d91a9b9cc27b8de55dcf299c8569c89e23debb (diff) | |
download | PeerTube-ae4e417ab02bc6bb9da799f97da80fd3955da42e.tar.gz PeerTube-ae4e417ab02bc6bb9da799f97da80fd3955da42e.tar.zst PeerTube-ae4e417ab02bc6bb9da799f97da80fd3955da42e.zip |
Update CREDITS
Diffstat (limited to 'server/lib/redis.ts')
-rw-r--r-- | server/lib/redis.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/lib/redis.ts b/server/lib/redis.ts index 0478bfc89..9ef9d7702 100644 --- a/server/lib/redis.ts +++ b/server/lib/redis.ts | |||
@@ -1,4 +1,3 @@ | |||
1 | import express from 'express' | ||
2 | import { createClient } from 'redis' | 1 | import { createClient } from 'redis' |
3 | import { exists } from '@server/helpers/custom-validators/misc' | 2 | import { exists } from '@server/helpers/custom-validators/misc' |
4 | import { logger } from '../helpers/logger' | 3 | import { logger } from '../helpers/logger' |