kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
pull/710/head
rodzic
4e96ccc419
commit
49afb61d6f
|
@ -202,7 +202,11 @@ export function sanitizeSearchParams(
|
|||
{
|
||||
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
|
||||
} = {}
|
||||
): URLSearchParams {
|
||||
|
|
Ładowanie…
Reference in New Issue