Skip to content

Commit 0fa7f8c

Browse files
Update CallingPattern.md
1 parent 064fb03 commit 0fa7f8c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/CallingPattern.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Getting user details by passing `callback`,
4343
```typescript
4444
client
4545
.api('/me')
46-
.get((err, res) => {
46+
.get((err, res, rawResponse) => {
4747
console.log(res);
4848
});
49-
```
49+
```

0 commit comments

Comments
 (0)