Skip to content

Commit ce543b3

Browse files
docs: adjust walkthrough
1 parent e9c63c6 commit ce543b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

walkthrough.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ async function main() {
2121
});
2222
const client = new PassbaseClient(config);
2323

24-
const settings = await client.getProjectSettings();
25-
console.log(JSON.stringify(settings, null, 4));
24+
const identity = await client.getIdentityById("<uuid>");
25+
console.log(JSON.stringify(identity, null, 4));
2626
}
2727

2828
main().catch(err => {

0 commit comments

Comments
 (0)