From 033e2108e732093cbf51b141d6ba52452ce1f836 Mon Sep 17 00:00:00 2001 From: Puyodead1 Date: Sun, 6 Aug 2023 22:49:38 -0400 Subject: Fix some linting warnings --- src/util/schemas/ConnectionCallbackSchema.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/schemas/ConnectionCallbackSchema.ts') diff --git a/src/util/schemas/ConnectionCallbackSchema.ts b/src/util/schemas/ConnectionCallbackSchema.ts index eb86c087..b66bfe20 100644 --- a/src/util/schemas/ConnectionCallbackSchema.ts +++ b/src/util/schemas/ConnectionCallbackSchema.ts @@ -21,5 +21,5 @@ export interface ConnectionCallbackSchema { state: string; insecure: boolean; friend_sync: boolean; - openid_params?: any; // TODO: types + openid_params?: unknown; // TODO: types } -- cgit 1.5.1