You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
} else {
if (typeof v.def[0].sensb[0].sens[0].dt === "string") {
var definition = new Definition();
var dt = new Date();
definition.definition = v.def[0].sensb[0].sens[0].dt;
definition.source = 'dictionaryapi.com';
definition.created_at = dt.getTime();
definition.created_by = "";
definition.votes = new Votes();
console.log(term + ' PATH 3'); // comment temporarily added - may not be in current build
definitions.push(definition);
}
}
}
(This pathway was found during initial build - just need to recall a definition that ends up running down that pathway.)
The text was updated successfully, but these errors were encountered:
This pathway may no longer be valid in light of another bug fix that was done previously on how matching was done on definitions in XML response. This needs more investigation - and possibly this chunk of code can be removed.
For the 3rd pathway of code:
(This pathway was found during initial build - just need to recall a definition that ends up running down that pathway.)
The text was updated successfully, but these errors were encountered: