find-filter delete char ?
This commit is contained in:
parent
acda0ff525
commit
146d14a1b8
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "axp-ts",
|
||||
"version": "1.11.2",
|
||||
"version": "1.11.3",
|
||||
"description": "TypeScript helper library",
|
||||
"author": "AntoXa PRO <info@antoxa.pro>",
|
||||
"homepage": "https://antoxahub.ru/antoxa/axp-ts",
|
||||
|
@ -110,7 +110,7 @@ export class FindFilter<T extends TQuery> implements TFindFilter<T> {
|
||||
}
|
||||
|
||||
if (query.length) {
|
||||
url += '?' + query.join('&')
|
||||
url += query.join('&')
|
||||
}
|
||||
|
||||
return url
|
||||
|
Loading…
Reference in New Issue
Block a user