fix
This commit is contained in:
parent
31bea70807
commit
da94efc27d
@ -96,7 +96,7 @@ func New(ctx context.Context, opts interface{}, ver appInit.Version) (appInit.Co
|
||||
|
||||
authClient := auth.NewAuthClient(options.AuthServiceURL)
|
||||
|
||||
pgdal, err := dal.New(ctx, options.PostgresCredentials, authClient)
|
||||
pgdal, err := dal.New(ctx, options.PostgresCredentials, authClient, nil)
|
||||
if err != nil {
|
||||
fmt.Println("NEW", err)
|
||||
return nil, err
|
||||
|
Loading…
Reference in New Issue
Block a user