Skip to content

Commit

Permalink
refactor: remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
manuandru committed Nov 25, 2023
1 parent 7244ca9 commit ded77b7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<script setup lang="ts">
import { useUserStore } from '@/stores/user'
import { computed } from 'vue'
import { useWebRTCStore } from '@/stores/webrtc'
import { useAppStore } from '@/stores/app'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import NewServerForm from './form/NewServerForm.vue'
import { useServerStore } from '@/stores/server'
import BottomPopUp from '@/components/utils/BottomPopUp.vue'
import { BannerColor } from '@/components/utils/BannerColor'
import { SelectedTab, useAppStore } from '@/stores/app'
import type { StringExpressionOperator } from 'mongoose'
import { useAppStore } from '@/stores/app'
const serverStore = useServerStore()
const appStore = useAppStore()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
GetDirectSessionIdApi,
GetUsersInSession
} from '@api/multimedia/session'
import type { Ref } from 'vue'

export interface SessionController {
getUsersInSession(sessionId: string): Promise<string[]>
getChannelSessionId(serverId: string, channelId: string): Promise<string>
Expand Down

0 comments on commit ded77b7

Please sign in to comment.