From 301f5e71136bf3e28a811ef3fd2aa1ead44d72d0 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Wed, 7 Jul 2021 18:12:52 -0400 Subject: [PATCH] Include action type in UUID --- src/routes/postSkipSegments.ts | 2 +- src/utils/getSubmissionUUID.ts | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/routes/postSkipSegments.ts b/src/routes/postSkipSegments.ts index 59d7802..5906c6a 100644 --- a/src/routes/postSkipSegments.ts +++ b/src/routes/postSkipSegments.ts @@ -519,7 +519,7 @@ export async function postSkipSegments(req: Request, res: Response): Promise