Skip to content

Commit

Permalink
fix fxa metrics-flow ping
Browse files Browse the repository at this point in the history
  • Loading branch information
groovecoder committed Nov 22, 2019
1 parent f858238 commit f04896a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/fxa.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ const FXA = {
headers: { Origin: AppConstants.SERVER_URL },
};
try {
log.info(`GETting ${fxaMetricsFlowUrl}, with options: ${JSON.stringify(fxaMetricsFlowOptions)}`);
const resp = await got(fxaMetricsFlowUrl, fxaMetricsFlowOptions);
log.info("pinged FXA metrics flow.");
return resp;
Expand Down

0 comments on commit f04896a

Please sign in to comment.