Explorar o código

style(speaking): fix lint double-space in notifySpeakingProgress comment

jimmylee hai 2 meses
pai
achega
eca405316d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/Student/index.vue

+ 1 - 1
src/views/Student/index.vue

@@ -562,7 +562,7 @@ const choiceQuestionDetailDialogOpenList = ref<number[]>([])
 const speakingPanelRef = ref<InstanceType<typeof SpeakingClassPanel> | null>(null)
 
 provide('notifySpeakingProgress', (status: 'active' | 'completed', payload: { configId: string; sessionId: string }) => {
-  if (props.type !== '2') return  // 只有学生客户端发广播
+  if (props.type !== '2') return // 只有学生客户端发广播
   sendMessage({
     type: 'speaking_session_updated',
     courseid: props.courseid,