fix: change debug log
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2023-01-18 16:52:09 +01:00
parent 62262e5397
commit 31eee4c2f1
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ const router = createRouter({
// Redirect the user to list view by default
const savedProjectView = getProjectView(to.params.projectId)
console.debug('Replaced project view with', savedProjectView)
console.debug('Replaced list view with', savedProjectView)
return {
name: router.hasRoute(savedProjectView)