We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bba64a commit cfe0788Copy full SHA for cfe0788
1 file changed
apps/webapp/app/features.server.ts
@@ -29,9 +29,3 @@ export function featuresForRequest(request: Request): TriggerFeatures {
29
30
return featuresForHost(url.host);
31
}
32
-
33
-export function featuresForUrl(urlString: string): TriggerFeatures {
34
- const url = new URL(urlString);
35
36
- return featuresForHost(url.host);
37
-}
0 commit comments