Skip to content

Commit 211ffc4

Browse files
authored
fix(api7): use exact search to determine gateway group (#360)
1 parent 005569a commit 211ffc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/backend-api7/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ export class BackendAPI7 implements ADCSDK.Backend {
185185
{
186186
params: {
187187
search: this.gatewayGroupName,
188+
name: this.gatewayGroupName,
188189
},
189190
},
190191
);

0 commit comments

Comments
 (0)