Skip to content

Commit 0189dfc

Browse files
committed
fix typo
1 parent 07fe2ae commit 0189dfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/frontend/src/api/models.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export interface SpeechConfig {
108108
export type HistoryListApiResponse = {
109109
items: {
110110
id: string;
111-
entra_id: string;
111+
entra_oid: string;
112112
title?: string;
113113
_ts: number;
114114
}[];
@@ -117,7 +117,7 @@ export type HistoryListApiResponse = {
117117

118118
export type HistroyApiResponse = {
119119
id: string;
120-
entra_id: string;
120+
entra_oid: string;
121121
title?: string;
122122
answers: any;
123123
_ts: number;

0 commit comments

Comments
 (0)