Skip to content

Commit

Permalink
Omit unnecessary next call from route handler
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyanziano committed Nov 11, 2021
1 parent 1b77158 commit e20ecc5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ export function createReplyToActivityHandler(emulatorServer: EmulatorRestServer)
WebSocketServer.sendToSubscribers(conversation.conversationId, activity);
res.send(HttpStatus.OK, { id: activity.id });
res.end();
next();
};

const visitor = new OAuthLinkEncoder(
Expand Down

0 comments on commit e20ecc5

Please sign in to comment.