chore: typo
This commit is contained in:
parent
65c6a87507
commit
508a1c1d7e
|
@ -147,7 +147,7 @@ export const defaultSteps = (context, type, originalSteps = []) => {
|
||||||
steps.push(defaultInvocation(context, steps));
|
steps.push(defaultInvocation(context, steps));
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
const description = descriptionFromSteps(steps);
|
const description = descriptionFromSteps(context, steps);
|
||||||
const candidates = descriptionCandidates(description, type);
|
const candidates = descriptionCandidates(description, type);
|
||||||
const key = candidates.find((candidate) => {
|
const key = candidates.find((candidate) => {
|
||||||
const {type: candidateType} = description[candidate];
|
const {type: candidateType} = description[candidate];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user