Skip to content

Commit c96a25e

Browse files
committed
Remove component.
1 parent 417cfb5 commit c96a25e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/rules/getExecuteModulePromise.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@ governing permissions and limitations under the License.
1111

1212
const logDelegateModuleCall = require('./logDelegateModuleCall');
1313
const logDelegateModuleOutput = require('./logDelegateModuleOutput');
14-
const getUtilsByRuleComponent = require('./getUtilsByRuleComponent');
1514
const executeDelegateModule = require('./executeDelegateModule');
1615

1716
module.exports = (context) =>
1817
Promise.resolve(context)
1918
.then(logDelegateModuleCall)
20-
.then(getUtilsByRuleComponent)
2119
.then(executeDelegateModule)
2220
.then(logDelegateModuleOutput);

0 commit comments

Comments
 (0)