Skip to content

Commit 829e3e3

Browse files
Update src/StaticWebAssetsSdk/Tasks/ApplyCompressionNegotiation.cs
Co-authored-by: Mackinnon Buck <[email protected]>
1 parent d8fbcd1 commit 829e3e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StaticWebAssetsSdk/Tasks/ApplyCompressionNegotiation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ private StaticWebAssetEndpoint CreateUpdatedEndpoint(
216216
Route = relatedEndpointCandidate.Route,
217217
Selectors = [
218218
..relatedEndpointCandidate.Selectors,
219-
encodingSelector
219+
encodingSelector
220220
],
221221
EndpointProperties = relatedEndpointCandidate.EndpointProperties
222222
};

0 commit comments

Comments
 (0)