Skip to content

Commit

Permalink
#1137: fix the loading of AutoImport config
Browse files Browse the repository at this point in the history
  • Loading branch information
Badgerati committed Oct 7, 2023
1 parent 519cbdd commit f68becd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Private/Context.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ function Set-PodeServerConfiguration
}

# auto-import
$Context.Server.AutoImport = Read-PodeAutoImportConfiguration
$Context.Server.AutoImport = Read-PodeAutoImportConfiguration -Configuration $Configuration

# request
if ([int]$Configuration.Request.Timeout -gt 0) {
Expand Down

0 comments on commit f68becd

Please sign in to comment.