You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
node_modules/@jmondi/oauth2-server/src/grants/abstract/abstract_authorized.grant.ts:14:34 - error TS2345: Argument of type 'URLSearchParams | Record<string, string | string[]>' is not assignable to parameter of type 'string | URLSearchParams | string[][] | Record<string, string> | undefined'.
Type 'Record<string, string | string[]>' is not assignable to type 'string | URLSearchParams | string[][] | Record<string, string> | undefined'.
Type 'Record<string, string | string[]>' is missing the following properties from type 'string[][]': length, pop, push, concat, and 26 more.
14 params = new URLSearchParams(params);
~~~~~~
Found 1 error in node_modules/@jmondi/oauth2-server/src/grants/abstract/abstract_authorized.grant.ts:14
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: