Commit a070fb5 1 parent ca5be29 commit a070fb5 Copy full SHA for a070fb5
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ func (adh *AdminHandler) addSearchAttributesSQL(
325
325
request * adminservice.AddSearchAttributesRequest ,
326
326
currentSearchAttributes searchattribute.NameTypeMap ,
327
327
) error {
328
- client , err := adh .clientFactory .NewLocalFrontendClientWithTimeout (
328
+ _ , client , err := adh .clientFactory .NewLocalFrontendClientWithTimeout (
329
329
frontend .DefaultTimeout ,
330
330
frontend .DefaultLongPollTimeout ,
331
331
)
@@ -448,7 +448,7 @@ func (adh *AdminHandler) removeSearchAttributesSQL(
448
448
ctx context.Context ,
449
449
request * adminservice.RemoveSearchAttributesRequest ,
450
450
) error {
451
- client , err := adh .clientFactory .NewLocalFrontendClientWithTimeout (
451
+ _ , client , err := adh .clientFactory .NewLocalFrontendClientWithTimeout (
452
452
frontend .DefaultTimeout ,
453
453
frontend .DefaultLongPollTimeout ,
454
454
)
You can’t perform that action at this time.
0 commit comments