Skip to content

Commit

Permalink
undo ts fix. it doesnt work
Browse files Browse the repository at this point in the history
  • Loading branch information
oatkiller committed Jul 21, 2020
1 parent b8a0e68 commit d8e051c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ async function indexAlerts(
},
[]
);
await client.bulk({ body, refresh: 'true' });
await client.bulk({ body, refresh: true });
}
}

0 comments on commit d8e051c

Please sign in to comment.