Skip to content
This repository was archived by the owner on Aug 20, 2020. It is now read-only.

Commit ae1048c

Browse files
authored
Update example.js
1 parent 64489dd commit ae1048c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/example.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function res(response) {
1111
console.log(response.statusCode)
1212
console.log(response.body)
1313
console.log(response.headers)
14-
};
14+
}
1515

1616
// GET Collection
1717
var requestGet = client.emptyRequest()

0 commit comments

Comments
 (0)