Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5b9de48

Browse files
committedMar 25, 2021
chore: typo in js snippet
1 parent bc10ced commit 5b9de48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ link:https://models.modzy.com/docs/users-keys/api-keys/retrieve-users-api-keys[L
9191
----
9292
const keys = await modzyClient.getAccountingClient().getAPIKeys('your@email.com');
9393
keys.forEach(
94-
keys => {
95-
console.log(JSON.stringify(model));
94+
key => {
95+
console.log(JSON.stringify(key));
9696
}
9797
);
9898
----

0 commit comments

Comments
 (0)
Please sign in to comment.