Commit a8e7709
authored
The asyncFuncs array seems unnecessary for the nextAsyncFunc function
The asyncFunc1, asyncFunc2, and asyncFunc3 functions, as defined in the code, only accept a single argument, which is the callback function. In this case, the asyncFuncs array seems unnecessary for the nextAsyncFunc functions, as they don't utilize it directly1 parent f484d07 commit a8e7709
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| |||
0 commit comments