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 8827b78 commit cb03a65Copy full SHA for cb03a65
src/plugins/AskPlantnet.js
@@ -78,7 +78,7 @@ export default class AskPlantnet {
78
} = await plantnetApiService.plantnetIdentify(identifyOptions);
79
if (result === IDENTIFY_RESULT.OK) {
80
const {scoredResult, firstImageOriginalUrl, firstImageText} = plantnetResult;
81
- return await plantnetCommonService.replyToWithIdentificationResult(parentPost,
+ return await plantnetCommonService.replyToWithIdentificationResult(candidate,
82
{tags, doSimulate, context},
83
{scoredResult, firstImageOriginalUrl, firstImageText}
84
);
0 commit comments