File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src-ts/tools/work/work-lib/work-provider/work-functions/work-factory Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/* eslint-disable @typescript-eslint/no-explicit-any */
2
2
import moment from 'moment'
3
3
4
+ import { workGetSelectedPackageFormatted } from '..'
4
5
import { WorkConfigConstants , WorkStrings } from '../../../work-constants'
5
6
import {
6
7
ActivateWorkRequest ,
@@ -26,7 +27,6 @@ import {
26
27
WorkTypeCategory ,
27
28
WorkTypeConfig ,
28
29
} from '../work-store'
29
- import { getSelectedPackageFormatted } from '../work.functions'
30
30
31
31
export interface FormDetail {
32
32
key : string ,
@@ -314,7 +314,7 @@ function buildFormDataBugHunt(formData: any): ReadonlyArray<FormDetail> {
314
314
{
315
315
key : ChallengeMetadataName . packageType ,
316
316
title : ChallengeMetadataTitle . bugHuntPackage ,
317
- value : getSelectedPackageFormatted ( formData . packageType ) ,
317
+ value : workGetSelectedPackageFormatted ( formData . packageType ) ,
318
318
} ,
319
319
]
320
320
}
You can’t perform that action at this time.
0 commit comments