getLockCategoresByHash

This commit is contained in:
Michael C
2021-07-04 23:33:12 -04:00
parent 719a0956ac
commit a860e96d35
6 changed files with 189 additions and 5 deletions

View File

@@ -1,8 +1,7 @@
import {db} from '../databases/databases';
import {getHash} from '../utils/getHash';
import {Logger} from '../utils/logger';
import {Request, Response} from 'express';
import { Category, CategoryActionType, DBSegment, HashedIP, IPAddress, OverlappingSegmentGroup, Segment, SegmentCache, SegmentUUID, Service, VideoData, VideoID, VideoIDHash, Visibility, VotableObject } from "../types/segments.model";
import { Category, VideoID } from "../types/segments.model";
import { UserID } from '../types/user.model';
export async function getLockCategories(req: Request, res: Response) {