Skip to content

Commit

Permalink
HARMONY-1495: Remove unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnyinverso committed Jul 12, 2023
1 parent c29034c commit 0e32eab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/util/edl-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ export async function isAdminUser(req: HarmonyRequest): Promise<boolean> {

export interface EdlUserEulaInfo {
statusCode: number;
message?: string;
error?: string;
acceptEulaUrl?: string;
}
Expand Down

0 comments on commit 0e32eab

Please sign in to comment.