mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-12 21:05:29 +01:00
Fix lint issues
This commit is contained in:
parent
e59db76694
commit
af8e81a569
|
@ -10,9 +10,9 @@ export const cleanUrl = (url: string) => {
|
|||
u.searchParams.delete(name);
|
||||
}
|
||||
}
|
||||
|
||||
return u.toString();
|
||||
}
|
||||
catch (_: unknown) {
|
||||
} catch (_: unknown) {
|
||||
return url;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue