Skip to content

Commit

Permalink
fix: add product name to the registration info
Browse files Browse the repository at this point in the history
  • Loading branch information
jvillafanez committed Nov 5, 2024
1 parent 32607b2 commit 1e8b5fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/collaboration/pkg/helpers/registration.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ func RegisterAppProvider(
Icon: cfg.App.Icon,
Address: cfg.GRPC.Namespace + "." + cfg.Service.Name + "." + cfg.App.Name,
MimeTypes: mimeTypes,
ProductName: cfg.App.Product,
},
}
gwc, err := gws.Next()
Expand Down

0 comments on commit 1e8b5fa

Please sign in to comment.