Skip to content

Commit b7a7c55

Browse files
committed
Fix lint errors
1 parent cd567ed commit b7a7c55

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src-ts/tools/work/work-lib/work-provider/work-functions/work-factory/work.factory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import moment from 'moment'
2-
import getSelectedPackageFormatted from '../../../../../../utils/bug-hunt'
32

3+
import getSelectedPackageFormatted from '../../../../../../utils/bug-hunt'
44
import { WorkConfigConstants, WorkStrings } from '../../../work-constants'
55
import {
66
ActivateWorkRequest,

src-ts/utils/bug-hunt/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { currencyFormat } from "../../../src/utils"
2-
import { FormCard } from "../../lib"
3-
import BugHuntPricingConfig from "../../tools/work/work-self-service/intake-forms/bug-hunt/bug-hunt.form.pricing-config"
1+
import { currencyFormat } from '../../../src/utils'
2+
import { FormCard } from '../../lib'
3+
import BugHuntPricingConfig from '../../tools/work/work-self-service/intake-forms/bug-hunt/bug-hunt.form.pricing-config'
44

55
function getSelectedPackageFormatted(packageId: string): string {
66
const currentPackage: FormCard | undefined = BugHuntPricingConfig.find((pricingConfig) => pricingConfig.id === packageId)

0 commit comments

Comments
 (0)