Skip to content

Commit

Permalink
fix: instagram successful log added
Browse files Browse the repository at this point in the history
  • Loading branch information
davodm committed Oct 23, 2023
1 parent 4d2b49a commit e47832e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions instagram.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ exports.handler = async function (event, context) {
await weeklyRecap();
// Update last run time on DynamoDB
updateLastRunTime("instagram", { type: "weekly-recap" });
// Log
console.log("Weekly recap published successfully on instagram!");
} catch (err) {
console.error(err);
}
Expand Down

0 comments on commit e47832e

Please sign in to comment.