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 9d6e25e184 - 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, "./devtools/admin_numbers")
adminstore, err := utils.NewAdminStore(ctx, "admin_numbers")
if err != nil {
return nil, err
}