We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4181190 commit b1601b3Copy full SHA for b1601b3
api/src/main/java/app/simplecloud/api/internal/group/GroupApiImpl.java
@@ -98,7 +98,8 @@ public CompletableFuture<List<Group>> getAllGroups(@org.jetbrains.annotations.Nu
98
private ModelsListServerGroupsResponse executeQuery(@org.jetbrains.annotations.Nullable GroupQuery query) throws ApiException {
99
return serverGroupsApi.v0ServerGroupsGet(
100
this.options.getNetworkId(),
101
- this.options.getNetworkSecret()
+ this.options.getNetworkSecret(),
102
+ null
103
);
104
}
105
0 commit comments