feat(pockethost): Remove unneeded params from GetOrProvisionInstanceUrl filter

This commit is contained in:
Ben Allfree 2024-06-29 17:15:56 -07:00
parent b55c585e8a
commit 55b43a1573
2 changed files with 5 additions and 4 deletions

View File

@ -0,0 +1,5 @@
---
'pockethost': minor
---
Remove unneeded params from GetOrProvisionInstanceUrl filter

View File

@ -108,11 +108,7 @@ export const serve = async () => {
})
const url = await doGetOrProvisionInstanceUrlFilter('', {
req,
res,
instance,
host,
subdomain,
})
dbg(`Forwarding request for ${req.url} to instance ${url}`)