find-filter delete char ?

This commit is contained in:
AntoXa PRO 2023-10-10 11:07:40 +03:00
parent acda0ff525
commit 146d14a1b8
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -110,7 +110,7 @@ export class FindFilter<T extends TQuery> implements TFindFilter<T> {
}
if (query.length) {
url += '?' + query.join('&')
url += query.join('&')
}
return url