mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
[bugfix] updated tags to the correct names
* fixed issue where enabledTags and excludedTags are appended to the query string
This commit is contained in:
@@ -40,6 +40,9 @@ export class BeatSaverApiService {
|
||||
|
||||
const params: Record<string, string> = this.objectToStringRecord({...filter, tags});
|
||||
|
||||
delete params.enabledTags;
|
||||
delete params.excludedTags;
|
||||
|
||||
return new URLSearchParams(params);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user