set UseApi and storageservice to HttpAccountService

This commit is contained in:
2025-01-24 07:59:33 +03:00
parent d7c909f028
commit 18e865ba26

View File

@@ -12,5 +12,8 @@ import (
)
func New(ctx context.Context, storageService storage.StorageService) remote.AccountService {
return &httpremote.HTTPAccountService{}
return &httpremote.HTTPAccountService{
SS: storageService,
UseApi: false,
}
}