Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdaneri committed Jan 22, 2025
1 parent ce6a0db commit 318a0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Private/Helpers.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2237,7 +2237,7 @@ function Find-PodeErrorPage {
[string]
$ContentType
)

# if a defined content type is supplied, attempt to find an error page for that first
if (![string]::IsNullOrWhiteSpace($ContentType)) {
$path = Get-PodeErrorPage -Code $Code -ContentType $ContentType
Expand Down

0 comments on commit 318a0f2

Please sign in to comment.