We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445056d commit 47c5239Copy full SHA for 47c5239
README.md
@@ -167,7 +167,7 @@ Contact created = Contact.create(contact);
167
168
// Find a single contact by server supplied user id or id
169
contact = Contact.findByID("541a144b201ebf2ec5000002");
170
-contact = Contact.findByUserID("e1a7d875-d83a-46f7-86f4-73be98a98584);
+contact = Contact.findByUserID("e1a7d875-d83a-46f7-86f4-73be98a98584");
171
172
// Update a contact
173
contact.setName("Stitch Hessian");
0 commit comments