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));
|
||||
}
|
||||
else {
|
||||
const description = descriptionFromSteps(steps);
|
||||
const description = descriptionFromSteps(context, steps);
|
||||
const candidates = descriptionCandidates(description, type);
|
||||
const key = candidates.find((candidate) => {
|
||||
const {type: candidateType} = description[candidate];
|
||||
|
|
Loading…
Reference in New Issue
Block a user