Skip to content

Commit

Permalink
fix: script module get using wrong endpoint (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
domenicsim1 authored Oct 23, 2023
1 parent d9dc63d commit 9346bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/scriptmodules/script_module_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func Get(client newclient.Client, spaceID string, libraryVariablesQuery variable
}
values["spaceId"] = spaceID

expandedUri, err := client.URITemplateCache().Expand(uritemplates.Variables, values)
expandedUri, err := client.URITemplateCache().Expand(uritemplates.LibraryVariableSets, values)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 9346bc2

Please sign in to comment.