Skip to content

Commit

Permalink
Remove unused 'moment' import from item-data-processing.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeknovy committed May 17, 2024
1 parent 2ef847f commit 1d8260d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/controllers/item/shared/item-data-processing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ import { sendDegradationNotifications, sendReportNotifications } from "../../../
import { scenarioThresholdsCalc } from "../utils/scenario-thresholds-calc"
import { extraIntervalMilliseconds } from "./extra-intervals-mapping"
import { AnalyticsEvent } from "../../../utils/analytics/anyltics-event"
import moment = require("moment");
import { DataProcessingException } from "../../../errors/data-processing-exceptions"

export const itemDataProcessing = async ({ projectName, scenarioName, itemId }) => {
Expand Down

0 comments on commit 1d8260d

Please sign in to comment.