Merge pull request #8746 from drewbs/fix/profile-lookup
Remove unnecessary line in Profile Lookup
This commit is contained in:
@ -4893,8 +4893,7 @@
|
|||||||
"The function should check if <code>firstName</code> is an actual contact's <code>firstName</code> and the given property (<code>prop</code>) is a property of that contact.",
|
"The function should check if <code>firstName</code> is an actual contact's <code>firstName</code> and the given property (<code>prop</code>) is a property of that contact.",
|
||||||
"If both are true, then return the \"value\" of that property.",
|
"If both are true, then return the \"value\" of that property.",
|
||||||
"If <code>firstName</code> does not correspond to any contacts then return <code>\"No such contact\"</code>",
|
"If <code>firstName</code> does not correspond to any contacts then return <code>\"No such contact\"</code>",
|
||||||
"If <code>prop</code> does not correspond to any valid properties then return <code>\"No such property\"</code>",
|
"If <code>prop</code> does not correspond to any valid properties then return <code>\"No such property\"</code>"
|
||||||
""
|
|
||||||
],
|
],
|
||||||
"releasedOn": "January 8, 2016",
|
"releasedOn": "January 8, 2016",
|
||||||
"challengeSeed": [
|
"challengeSeed": [
|
||||||
|
Reference in New Issue
Block a user