From 0e32eab5395d0eb36bcf8cb08b42ea46fe2fe9b2 Mon Sep 17 00:00:00 2001 From: vinny Date: Wed, 12 Jul 2023 10:29:06 -0400 Subject: [PATCH] HARMONY-1495: Remove unused parameter --- app/util/edl-api.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/util/edl-api.ts b/app/util/edl-api.ts index 8fc96abd3..58a7d25ba 100644 --- a/app/util/edl-api.ts +++ b/app/util/edl-api.ts @@ -129,7 +129,6 @@ export async function isAdminUser(req: HarmonyRequest): Promise { export interface EdlUserEulaInfo { statusCode: number; - message?: string; error?: string; acceptEulaUrl?: string; }