Skip to content

Commit

Permalink
fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
JoniVR committed Jan 16, 2019
1 parent 706244a commit 0f00f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ ipc.on('notification-reply', (event, data) => {
const previousConversation = getIndex();
window.postMessage({type: 'notification-callback', data}, '*');
// Wait for Messenger to go to correct message and then start typing and sending
setTimeout(async function() {
setTimeout(async () => {
await typeReply(data.reply, data.locale);
await sendReply();
if (previousConversation) {
Expand Down

0 comments on commit 0f00f08

Please sign in to comment.