Skip to content

Conversation

javiercn
Copy link
Member

Another location that we didn't discover

@ghost ghost added the untriaged Request triage from a team member label Jun 11, 2024
@ghost
Copy link

ghost commented Jun 11, 2024

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

1 similar comment
@ghost
Copy link

ghost commented Jun 11, 2024

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

public override bool Execute()
{
var modules = JsModules.Select(StaticWebAsset.FromTaskItem).Select(s => s.ComputeTargetPath("", '/')).ToArray();
var modules = JsModules.Select(StaticWebAsset.FromTaskItem).Select(s => s.ComputeTargetPath("", '/', StaticWebAssetTokenResolver.Instance)).ToArray();
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've looked at all the other instances of ComputeTargetPath this was the only one missing.

@javiercn javiercn marked this pull request as ready for review June 11, 2024 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

untriaged Request triage from a team member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants