From aef02b973d20efb68a0df12ed90f6d193cc762af Mon Sep 17 00:00:00 2001 From: Mathias Maier Date: Fri, 2 Feb 2024 12:42:39 +0100 Subject: [PATCH] Remove unused type (#36) --- packages/auth/src/types.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/auth/src/types.ts b/packages/auth/src/types.ts index 2f1eb3f6..ccdaed1a 100644 --- a/packages/auth/src/types.ts +++ b/packages/auth/src/types.ts @@ -1,7 +1,6 @@ import type { Credentials } from '@tidal-music/common'; export type InitArgs = { - certificatePinning?: boolean; clientId: string; clientSecret?: string; clientUniqueKey?: string;