Skip to content

Commit 6b45148

Browse files
PROD-2614 clean up
1 parent 9bedb3c commit 6b45148

File tree

1 file changed

+2
-2
lines changed
  • src-ts/tools/work/work-lib/work-provider/work-functions/work-factory

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/* eslint-disable @typescript-eslint/no-explicit-any */
22
import moment from 'moment'
33

4+
import { workGetSelectedPackageFormatted } from '..'
45
import { WorkConfigConstants, WorkStrings } from '../../../work-constants'
56
import {
67
ActivateWorkRequest,
@@ -26,7 +27,6 @@ import {
2627
WorkTypeCategory,
2728
WorkTypeConfig,
2829
} from '../work-store'
29-
import { getSelectedPackageFormatted } from '../work.functions'
3030

3131
export interface FormDetail {
3232
key: string,
@@ -314,7 +314,7 @@ function buildFormDataBugHunt(formData: any): ReadonlyArray<FormDetail> {
314314
{
315315
key: ChallengeMetadataName.packageType,
316316
title: ChallengeMetadataTitle.bugHuntPackage,
317-
value: getSelectedPackageFormatted(formData.packageType),
317+
value: workGetSelectedPackageFormatted(formData.packageType),
318318
},
319319
]
320320
}

0 commit comments

Comments
 (0)