Skip to content

Commit

Permalink
chore: add logger to store info (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
CorrectRoadH authored Mar 20, 2024
1 parent 4084046 commit d657611
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/compose_app.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ func (a *ComposeApp) StoreInfo(includeApps bool) (*codegen.ComposeAppStoreInfo,

var storeInfo codegen.ComposeAppStoreInfo
if err := loader.Transform(ex, &storeInfo); err != nil {
logger.Error("Transform store info fail", zap.Error(err))
return nil, err
}

Expand Down

0 comments on commit d657611

Please sign in to comment.