Skip to content

Commit

Permalink
Update EXAMPLES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored Jun 20, 2024
1 parent e08e83a commit 28b8a28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EXAMPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ const management = new ManagementClient({
agent: new https.Agent({ ... }),
timeoutDuration: 5000
});
await management.users.get({ id: '{user id}' },
{ headers: { 'bar': 'applied to this request' } });

await management.users.get({ id: '{user id}' }, { headers: { 'bar': 'applied to this request' } });
```

### Overriding `fetch`
Expand Down

0 comments on commit 28b8a28

Please sign in to comment.