mirror of
https://github.com/kc4x4sar/d4h-typescript.git
synced 2026-06-03 09:23:36 -07:00
Fix group ID parameter
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ export default class D4H {
|
||||
let optionsList = url.searchParams;
|
||||
|
||||
if (options.groupId !== undefined) {
|
||||
optionsList.append("group_id", "true");
|
||||
optionsList.append("group_id", options.groupId.toString());
|
||||
}
|
||||
|
||||
if (options.includeDetails !== undefined) {
|
||||
|
||||
Reference in New Issue
Block a user