Skip to content

Commit

Permalink
Update get-subscribers.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
codingis4noobs2 authored Oct 30, 2023
1 parent 1f70dff commit 2cb28d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-reference/subscribers/get-subscribers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { Novu } from '@novu/node';

const novu = new Novu("<NOVU_API_KEY>");

const response = await novu.subscribers.get("subscriberId");
const response = await novu.subscribers.get();
console.log(response.data);
```

Expand Down

0 comments on commit 2cb28d8

Please sign in to comment.