mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
chore(types): type missing in the CI
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
import { deLocalizeUrl } from '$lib/paraglide/runtime';
|
import { deLocalizeUrl } from '$lib/paraglide/runtime';
|
||||||
|
|
||||||
export const reroute = (request) => deLocalizeUrl(request.url).pathname;
|
export const reroute = (request: {
|
||||||
|
url: URL;
|
||||||
|
fetch: typeof fetch;
|
||||||
|
}) => deLocalizeUrl(request.url).pathname;
|
||||||
|
|||||||
Reference in New Issue
Block a user