diff --git a/src/app.ts b/src/app.ts index 04415ba..a959bb7 100644 --- a/src/app.ts +++ b/src/app.ts @@ -47,7 +47,6 @@ import { postRating } from "./routes/ratings/postRating"; import { getRating } from "./routes/ratings/getRating"; import { postClearCache as ratingPostClearCache } from "./routes/ratings/postClearCache"; import { getTopCategoryUsers } from "./routes/getTopCategoryUsers"; -import path from "path"; export function createServer(callback: () => void): Server { // Create a service (the app object is just a callback). diff --git a/src/routes/getSkipSegments.ts b/src/routes/getSkipSegments.ts index 7850661..8dffd9d 100644 --- a/src/routes/getSkipSegments.ts +++ b/src/routes/getSkipSegments.ts @@ -1,5 +1,5 @@ import { Request, Response } from "express"; -import { partition } from "lodash" +import { partition } from "lodash"; import { config } from "../config"; import { db, privateDB } from "../databases/databases"; import { skipSegmentsHashKey, skipSegmentsKey, skipSegmentGroupsKey } from "../utils/redisKeys";