set UseApi and storageservice to HttpAccountService

This commit is contained in:
Carlosokumu 2025-01-24 07:59:33 +03:00
parent d7c909f028
commit 18e865ba26
Signed by: carlos
GPG Key ID: 7BD6BC8160A5C953

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,
}
}