Skip to content

Commit

Permalink
chore: Trigger Lambda deployment (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
morgsmccauley authored Oct 31, 2023
1 parent 6fe93d5 commit 50a3d6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions indexer-js-queue-handler/social-lag-metrics-writer.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ export const handler = async () => {

const nearSocialBlockHeight = nearSocialResponse[0].blockHeight;
const feedIndexerBlockHeight =
feedIndexerResponse.data.dataplatform_near_social_feed_posts[0]
.block_height;
feedIndexerResponse.data.dataplatform_near_social_feed_posts[0].block_height;

const lag = nearSocialBlockHeight - feedIndexerBlockHeight;

Expand Down

0 comments on commit 50a3d6c

Please sign in to comment.