Skip to content

Commit

Permalink
Update src/pages/[platform]/build-a-backend/data/connect-event-api/in…
Browse files Browse the repository at this point in the history
…dex.mdx
  • Loading branch information
josefaidt authored Oct 30, 2024
1 parent f33a8c4 commit e9bcd8b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ export default function App() {
}, []);

async function publishEvent() {
console.log('publishing ');
await events.post('default/channel', { some: 'data' });
}

Expand Down

0 comments on commit e9bcd8b

Please sign in to comment.