This commit is contained in:
subnub
2020-05-11 21:44:52 -04:00
parent a7d1f36ae4
commit 2d1594d4d0
@@ -6,7 +6,7 @@ const awaitStreamVideo = (start: number, end:number, differenceStart: number,
decipher: any, res: Response, req: Request, tempUUID: string, streamsToErrorCatch: any[]) => {
const currentUUID = uuid.v4();
tempStorage[tempUUID] = currentUUID;
//tempStorage[tempUUID] = currentUUID;
return new Promise((resolve, reject) => {