Skip to content

Commit

Permalink
chore: fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
claustres committed Aug 20, 2024
1 parent b6f1435 commit fd5d176
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion core/client/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import configuration from 'config'
import { permissions } from '../common/index.js'
import { Store } from './store.js'
import { Events } from './events.js'
import { LocalStorage } from './local-storage.js'

// Setup log level
if (_.get(configuration, 'logs.level')) {
Expand Down
1 change: 0 additions & 1 deletion core/client/components/app/KAbout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
import _ from 'lodash'
import config from 'config'
import { ref } from 'vue'
import { api } from '../../api'
import KContent from '../KContent.vue'
import KVersion from '../KVersion.vue'
import KSponsor from '../KSponsor.vue'
Expand Down

0 comments on commit fd5d176

Please sign in to comment.