Skip to content

Commit 0d4c62c

Browse files
committed
chore: remove superfluous code
1 parent 699f9a2 commit 0d4c62c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/TaskExecution.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ export default class TaskExecution extends EventEmitter {
5151
constructor(injector, api) {
5252
super();
5353

54-
/** @type {import('didi').Injector} */
55-
this._injector = injector;
56-
5754
/** @type {TaskExecutionApi} */
5855
this._api = api;
5956

0 commit comments

Comments
 (0)