Skip to content

Commit

Permalink
chore: remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Aug 2, 2022
1 parent 38debc6 commit be2415a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export default class InProcessRunner {
let handler

try {
// const { [this.#handlerName]: handler } = await import(this.#handlerPath)
// eslint-disable-next-line import/no-dynamic-require
;({ [this.#handlerName]: handler } = require(this.#handlerPath))
} catch (err) {
Expand Down

0 comments on commit be2415a

Please sign in to comment.