Skip to content

Commit 38e064e

Browse files
PROD-2614 clean up
1 parent 6b45148 commit 38e064e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
import { PaymentMethodResult, Stripe, StripeCardNumberElement } from '@stripe/stripe-js'
22

33
import { FormCard, GenericDataObject, Page, textFormatMoneyLocaleString, UserProfile } from '../../../../../lib'
4+
// this has to be imported directly from the file bc the order of operations
5+
// that items are loaded in the barrel file this config is empty and throws an error
6+
// eslint-disable-next-line ordered-imports/ordered-imports
47
import BugHuntPricingConfig from '../../../work-self-service/intake-forms/bug-hunt/bug-hunt.form.pricing-config'
58

69
import { WorkByStatus } from './work-by-status.model'

0 commit comments

Comments
 (0)