remove unused New conn argument
This commit is contained in:
parent
99d03e3bc9
commit
1249e45d54
@ -11,6 +11,6 @@ import (
|
|||||||
"git.grassecon.net/grassrootseconomics/visedriver/storage"
|
"git.grassecon.net/grassrootseconomics/visedriver/storage"
|
||||||
)
|
)
|
||||||
|
|
||||||
func New(ctx context.Context, storageService storage.StorageService, conn storage.ConnData) remote.AccountService {
|
func New(ctx context.Context, storageService storage.StorageService) remote.AccountService {
|
||||||
return &httpremote.HTTPAccountService{}
|
return &httpremote.HTTPAccountService{}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user