Skip to content
This repository was archived by the owner on Sep 22, 2023. It is now read-only.

Commit fd01d78

Browse files
committed
Bugfix - typo
1 parent 2442022 commit fd01d78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ai/backend/client/scaling_group.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,8 @@ async def dissociate_all_group(cls, group_id: str):
340340
:param group_id: The ID of a group.
341341
'''
342342
query = textwrap.dedent('''\
343-
mutation($domain: String!) {
344-
disassociate_all_scaling_groups_with_group(group_id: $group_id) {
343+
mutation($group_id: String!) {
344+
disassociate_all_scaling_groups_with_group(user_group: $group_id) {
345345
ok msg
346346
}
347347
}

0 commit comments

Comments
 (0)