Skip to content

Commit

Permalink
fix persisting note (elastic#62444)
Browse files Browse the repository at this point in the history
  • Loading branch information
angorayc committed Apr 3, 2020
1 parent 7ce32cc commit b9dac3b
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 b9dac3b

Please sign in to comment.