Skip to content

Commit f15f2e9

Browse files
committed
fix typing
1 parent b84b355 commit f15f2e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/server/util/azure/courseAssistants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
export interface CourseAssistant {
2-
course_id: string
2+
course_id: string | null
33
name: string
44
assistant_instruction: string
5-
vector_store_id: string
5+
vector_store_id: string | null
66
}
77

88
export const courseAssistants = [

0 commit comments

Comments
 (0)