moved option parsing in superclass 'get' method
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export function parseOptions(
|
||||
options?: { [s: string]: any },
|
||||
options?: Record<string, any>,
|
||||
): string {
|
||||
return options
|
||||
? new URLSearchParams(Object.entries(options)).toString()
|
||||
|
||||
Reference in New Issue
Block a user