Skip to content

Commit

Permalink
chore(lint): lint
Browse files Browse the repository at this point in the history
Signed-off-by: Grigorii K. Shartsev <[email protected]>
  • Loading branch information
ShGKme committed Mar 11, 2024
1 parent 03af917 commit 954ce79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/AvatarWrapper/AvatarWrapper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ import NcAvatar from '@nextcloud/vue/dist/Components/NcAvatar.js'

import { ATTENDEE, AVATAR } from '../../constants.js'
import { getUserProxyAvatarOcsUrl } from '../../services/avatarService.ts'
import { isDarkTheme } from '../../utils/isDarkTheme'
import { isDarkTheme } from '../../utils/isDarkTheme.js'

export default {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ import NcEmptyContent from '@nextcloud/vue/dist/Components/NcEmptyContent.js'
import Hint from '../../../Hint.vue'
import ParticipantsList from '../ParticipantsList/ParticipantsList.vue'

import { ATTENDEE } from '../../../../constants'
import { ATTENDEE } from '../../../../constants.js'
import { useIntegrationsStore } from '../../../../stores/integrations.js'

const isCirclesEnabled = loadState('spreed', 'circles_enabled')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ import SelectPhoneNumber from '../../SelectPhoneNumber.vue'
import { useGetParticipants } from '../../../composables/useGetParticipants.js'
import { useIsInCall } from '../../../composables/useIsInCall.js'
import { useSortParticipants } from '../../../composables/useSortParticipants.js'
import { ATTENDEE } from '../../../constants'
import { ATTENDEE } from '../../../constants.js'
import { searchPossibleConversations } from '../../../services/conversationsService.js'
import { EventBus } from '../../../services/EventBus.js'
import { addParticipant } from '../../../services/participantsService.js'
Expand Down

0 comments on commit 954ce79

Please sign in to comment.