hash-pin #235
@ -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")
 | 
			
		||||
| 
					
	
	
	
	
	
	
	
	 
					
					Alfred-mk marked this conversation as resolved
					
						
						
							Outdated
						
					
				 
				 | 
			||||
	if err != nil {
 | 
			
		||||
		return nil, err
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	
it seems strange that handler service should be pointing to an executable directory. can we put it in the store instead somehow?