Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tamarahills committed Nov 21, 2018
1 parent b86497d commit a872c1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions command/CommandController.js
Expand Up @@ -345,6 +345,7 @@ async function processArticleRequest(
extendedData,
metaAudioRequested
) {
logger.info('ProcessArticleRequest: ' + req.body.item_id);
const getBody = await buildPocketRequestBody(req.body.userid);
let result = await searchForPocketArticleByUrl(
getBody,
Expand Down

0 comments on commit a872c1a

Please sign in to comment.