Skip to content

Commit

Permalink
build: fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed Sep 27, 2024
1 parent d243921 commit 64f7b2f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ export async function launchScenario () {

switch (command.action) {
case 'run-scenario':
// eslint-disable-next-line no-return-await
return await runScenario(
command.scenario_name,
command.api_key,
Expand All @@ -82,7 +81,6 @@ export async function launchScenario () {
)

case 'start-bugsnag':
// eslint-disable-next-line no-return-await
return await startBugsnag(
command.scenario_name,
command.api_key,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ export async function launchScenario (setScenario) {

switch (command.action) {
case 'run-scenario':
// eslint-disable-next-line no-return-await
return await runScenario(
command.scenario_name,
command.api_key,
Expand All @@ -84,7 +83,6 @@ export async function launchScenario (setScenario) {
)

case 'start-bugsnag':
// eslint-disable-next-line no-return-await
return await startBugsnag(
command.scenario_name,
command.api_key,
Expand Down

0 comments on commit 64f7b2f

Please sign in to comment.