hash-pin #235

Merged
lash merged 15 commits from hash-pin into master 2025-01-03 09:25:26 +01:00
Showing only changes of commit 491b7424a9 - Show all commits

View File

@ -43,7 +43,7 @@ func NewLocalHandlerService(ctx context.Context, fp string, debug bool, dbResour
if err != nil {
return nil, err
}
adminstore, err := utils.NewAdminStore(ctx, "admin_numbers")
adminstore, err := utils.NewAdminStore(ctx, "./devtools/admin_numbers")
Alfred-mk marked this conversation as resolved Outdated
Outdated
Review

it seems strange that handler service should be pointing to an executable directory. can we put it in the store instead somehow?

it seems strange that handler service should be pointing to an executable directory. can we put it in the store instead somehow?
if err != nil {
return nil, err
}