Skip to content

Commit 33ce48e

Browse files
SK-2415: address comment about primary_vault_config.get()
1 parent ab36fa3 commit 33ce48e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/migrate_to_v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ insert_request = InsertRequest(
151151
)
152152

153153
# Perform Secure Insertion
154-
response = skyflow_client.vault(primary_vault_config.get('<VAULT_ID>')).insert(insert_request)
154+
response = skyflow_client.vault('<VAULT_ID>').insert(insert_request)
155155
```
156156

157157
#### v1 (Old): Response Structure

0 commit comments

Comments
 (0)