Skip to content

Commit

Permalink
⚙️ fix: GetKintoConfiguration #29
Browse files Browse the repository at this point in the history
  • Loading branch information
nandiheath authored Mar 13, 2021
1 parent 68fd56a commit 589b4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/middleware/auth/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ func (a *AuthMiddleware) WatchConsoleLogs(ctx context.Context, blockName, envId
}

func (a *AuthMiddleware) GetKintoConfiguration(ctx context.Context) (*types.KintoConfiguration, error) {
return a.GetKintoConfiguration(ctx)
return a.Middleware.GetKintoConfiguration(ctx)
}

func (a *AuthMiddleware) AbortRelease(ctx context.Context, blockName, releaseId, envId string) *utilsGoServer.Error {
Expand Down

0 comments on commit 589b4e3

Please sign in to comment.