Skip to content

Commit

Permalink
fix persisting note (#62444) (#62470)
Browse files Browse the repository at this point in the history
  • Loading branch information
angorayc authored Apr 4, 2020
1 parent 33fa13e commit 9e2d093
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export const saveNotes = (
existingNoteIds?: string[],
newNotes?: NoteResult[]
) => {
return (
return Promise.all(
newNotes?.map(note => {
const newNote: SavedNote = {
eventId: note.eventId,
Expand Down

0 comments on commit 9e2d093

Please sign in to comment.