Skip to content

Commit

Permalink
fix: errors reported by users
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez committed Jan 18, 2024
1 parent 1f14ccc commit 7efa21b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/2.develop/monitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Welcome! Here you will find documentation on how to query past data and real tim

<FeatureList>
<Column title="Realtime Tracking">
<Feature url="/tools/realtime" title="Events (Websocket)" subtitle="Simplest way to listen for events" image="smart-contracts.png" />
<Feature url="/tutorials/indexer/nft-indexer" title="Events (NEAR Lake)" subtitle="Use our Data Lake to listen for events" image="multiple.png" />
</Column>
<Column title="Data Analytics">
Expand Down
2 changes: 2 additions & 0 deletions docs/bos/tutorial/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ const idx_posts = Social.index(
'post', 'main', { accountId: ['influencer.testnet'] }
);

if (idx_posts === null) return 'Loading...';

// retrieve likes for each post
const likes = idx_posts.map(
index => Social.index('like', item(index.blockHeight)).length
Expand Down
1 change: 0 additions & 1 deletion website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,6 @@ const sidebar = {
"type": "html",
"value": "<span class='menu__link'><b><small> Track Real-time Events </small></b></span>"
},
"tools/realtime",
{
"type": "link",
"label": "Real-time Events (Lake)",
Expand Down

0 comments on commit 7efa21b

Please sign in to comment.