Skip to content

Commit

Permalink
linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeknovy committed Sep 6, 2023
1 parent b65b104 commit ca3b46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/routes/scenario.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { AllowedRoles, authorizationMiddleware } from "../middleware/authorizati
import { IGetUserAuthInfoRequest } from "../middleware/request.model"
import { postScenarioTrendsSettings } from "../controllers/scenario/trends/update-scenario-trends-settings-controller"
import { getScenarioEnvironmentController } from "../controllers/scenario/get-scenario-environment-controller"
import {projectExistsMiddleware} from "../middleware/project-scenario-exists";
import { projectExistsMiddleware } from "../middleware/project-scenario-exists"

Check warning on line 31 in src/server/routes/scenario.ts

View check run for this annotation

Codecov / codecov/patch

src/server/routes/scenario.ts#L31

Added line #L31 was not covered by tests

export class ScenarioRoutes {

Expand Down

0 comments on commit ca3b46b

Please sign in to comment.