Skip to content

Commit

Permalink
fix: Request not showing up until response received (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbrazier authored Sep 26, 2020
1 parent 563ac95 commit 4b3ab62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export default class Logger {
startTime: Date.now(),
dataSent: data,
});
this.callback(this.requests);
};

private responseCallback = (
Expand Down

0 comments on commit 4b3ab62

Please sign in to comment.