X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Fmiddlewares%2Fcache.ts;h=b40486e4bf3b953f83e907d500e4c8117f8a40b9;hb=d9eaee3939bf2e93e5d775d32bce77842201faba;hp=c671b88c954f74fbb06ca9f255e9da5b03d3e28d;hpb=98d3324db3b1c345fc30e5dbcef3b1e11169867e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/middlewares/cache.ts b/server/middlewares/cache.ts index c671b88c9..b40486e4b 100644 --- a/server/middlewares/cache.ts +++ b/server/middlewares/cache.ts @@ -1,6 +1,6 @@ import * as express from 'express' import * as AsyncLock from 'async-lock' -import { parseDuration } from '../helpers/utils' +import { parseDuration } from '../helpers/core-utils' import { Redis } from '../lib/redis' import { logger } from '../helpers/logger'