fix: lint

This commit is contained in:
kolaente 2022-02-06 20:32:21 +01:00
parent 84f177c80e
commit aac777e286
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
3 changed files with 16 additions and 12 deletions

View file

@ -256,7 +256,7 @@ const router = createRouter({
dateTo: parseDateOrString(route.query.to, getNextWeekDate()),
showNulls: route.query.showNulls === 'true',
showOverdue: route.query.showOverdue === 'true',
})
}),
},
{
path: '/lists/new/:namespaceId/',