From f10ef84c0f412936e2201cae6b3ff300ae32946d Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Fri, 7 Jun 2024 12:47:15 -1000 Subject: [PATCH] fix(client): :label: Fix incorrect type being used for createApp --- client/lysand/lysand.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/lysand/lysand.ts b/client/lysand/lysand.ts index 4ca789b..a25e808 100644 --- a/client/lysand/lysand.ts +++ b/client/lysand/lysand.ts @@ -159,7 +159,7 @@ export class LysandClient extends BaseClient { scopes: string[]; website?: string; }>, - ): Promise> { + ): Promise> { return this.postForm("/api/v1/apps", { client_name, ...options,