Skip to content

Commit

Permalink
style: fix format of router.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sbgap committed Apr 22, 2024
1 parent b696509 commit 37c887c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/components/NotificationRuleList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,6 @@ export default {
}, 300)
},
save() {
console.log( this.editedItem.useOnCall)
let sTimeStr = null
let eTimeStr = null
if (
Expand Down
5 changes: 2 additions & 3 deletions src/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,8 @@ export function createRouter(basePath): VueRouter {
{
path: '/oncall',
name: 'oncall',
component: () =>
import(/* webpackChunkName: 'user' */ './views/OnCall.vue'),
meta: { title: 'oncall', requiresAuth: true }
component: () => import(/* webpackChunkName: 'user' */ './views/OnCall.vue'),
meta: {title: 'oncall', requiresAuth: true}
},
{
path: '/perms',
Expand Down

0 comments on commit 37c887c

Please sign in to comment.