kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
old-agentic
rodzic
17368dd9f4
commit
018faad7c4
|
@ -202,7 +202,11 @@ export function sanitizeSearchParams(
|
||||||
{
|
{
|
||||||
csv = false
|
csv = false
|
||||||
}: {
|
}: {
|
||||||
/** Whether or not to use comma-separated-values for arrays or multiple entries (the default) */
|
/**
|
||||||
|
* Whether to use comma-separated-values for arrays or multiple entries.
|
||||||
|
*
|
||||||
|
* Defaults to `false` and will use multiple entries.
|
||||||
|
*/
|
||||||
csv?: boolean
|
csv?: boolean
|
||||||
} = {}
|
} = {}
|
||||||
): URLSearchParams {
|
): URLSearchParams {
|
||||||
|
|
Ładowanie…
Reference in New Issue