Skip to content

Commit

Permalink
removes unnecessary async
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgerig committed Sep 2, 2023
1 parent 0ef5594 commit 3370438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example_rt_node.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ session
});

//end the session
fileStream.on('end', async () => {
fileStream.on('end', () => {
session.stop();
});
})
Expand Down

0 comments on commit 3370438

Please sign in to comment.