Skip to content

Commit f50e68d

Browse files
committed
Code optimization
1 parent d6441ae commit f50e68d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/New-DataUri.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function New-HtmlDataUri {
2424

2525
# The media type to associate with the data URI.
2626
[ValidateNotNullOrWhiteSpace()]
27-
[string] $MediaType = [MediaTypeNames]::Application::Octet
27+
[string] $MediaType = "application/octet-stream"
2828
)
2929

3030
process {

0 commit comments

Comments
 (0)