change(ui): typo fix
This commit is contained in:
parent
d1bf40b65d
commit
0e156f4883
1 changed files with 1 additions and 1 deletions
|
|
@ -433,7 +433,7 @@ export const fetchV2 = (sessionId: string) =>
|
|||
|
||||
let [events, notes] = await Promise.all([
|
||||
apiGet(`/sessions/${sessionId}/events`, dispatch),
|
||||
apiGet(`/sessions/${sessionId}/notes`, dispatch,),
|
||||
apiGet(`/sessions/${sessionId}/notes`, dispatch),
|
||||
]);
|
||||
if (notes) {
|
||||
dispatch({ type: FETCH_NOTES.SUCCESS, data: notes.data });
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue