Skip to content
This repository was archived by the owner on Feb 11, 2020. It is now read-only.

Commit e21b0b5

Browse files
author
Dr. Safi
committed
Renaming in database data for nestedUnit middle implementation.
1 parent 43c0152 commit e21b0b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/reusableNestedUnit/NestedUnit.class.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,12 +205,12 @@ export default ({ Superclass }) => {
205205
case 'raceFirstPromise':
206206
callback = 'initializeNestedUnitInRaceExecutionType'
207207
break;
208-
case 'middlewareArray': // TODO: Deprected name - Change middlewareArray in database to chronological
209208
case 'chronological':
210209
callback = 'initializeTreeInChronologicalSequence'
211210
break;
212211
default:
213212
console.log(`"${insertionPoint.executionType}" executionType doesn\'t match any kind.`)
213+
break;
214214
}
215215
// [3] call handler on them.
216216
return await this[callback](children)

0 commit comments

Comments
 (0)