mirror of
https://github.com/pockethost/pockethost.git
synced 2025-05-28 17:56:43 +00:00
fix(pockethost): remove extra vars in GetOrProvisionInstanceUrlFilter
This commit is contained in:
parent
795fcd7ff1
commit
76049303b7
5
.changeset/thirty-eyes-film.md
Normal file
5
.changeset/thirty-eyes-film.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
'pockethost': patch
|
||||
---
|
||||
|
||||
Minor fix to GetOrProvisionInstanceUrl filter
|
@ -143,12 +143,8 @@ export const [
|
||||
doGetOrProvisionInstanceUrlFilter,
|
||||
onGetOrProvisionInstanceUrlFilter,
|
||||
] = createCustomFilterWithContext<
|
||||
string,
|
||||
string | undefined,
|
||||
{
|
||||
req: Request
|
||||
res: Response
|
||||
host: string
|
||||
subdomain: string
|
||||
instance: InstanceFields
|
||||
}
|
||||
>(CoreFilters.GetOrProvisionInstanceUrl)
|
||||
|
Loading…
x
Reference in New Issue
Block a user