Skip to content

Commit

Permalink
fix: shuttle extensions
Browse files Browse the repository at this point in the history
Signed-off-by: Kasper J. Hermansen <[email protected]>
  • Loading branch information
kjuulh committed Mar 15, 2024
1 parent a04e066 commit 2a802db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/extensions/extensions.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ func (e *ExtensionsManager) GetAll(ctx context.Context) ([]Extension, error) {

extensions := make([]Extension, 0)
for _, registryExtension := range registryExtensions {
registryExtension := registryExtension

extension, err := newExtensionFromRegistry(e.globalStore, &registryExtension)
if err != nil {
return nil, err
Expand Down

0 comments on commit 2a802db

Please sign in to comment.