🚨 Fixed all linter errors

This commit is contained in:
Mawoka
2022-06-21 21:02:43 +02:00
parent 1de17afbda
commit 021f2c7150
5 changed files with 10 additions and 1 deletions
+1
View File
@@ -24,6 +24,7 @@ export const createQueryParamsStore = (key: string) => {
});
return {
// eslint-disable-next-line @typescript-eslint/ban-types
subscribe: (cb: Function) => {
return page.subscribe((p) => {
cb(p.url.searchParams.get(key));