Skip to content

Commit 525e2c0

Browse files
Merge pull request #398 from topcoder-platform/PROD-2051_hide-find-me-data
PROD-2051 hide find-me-data -> qa
2 parents 273aa02 + 70b798a commit 525e2c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ function getCost(challenge: Challenge, type: WorkType): number | undefined {
101101
pageCount * DesignPrices.PER_PAGE_COST +
102102
pageCount * (deviceCount - 1) * DesignPrices.PER_PAGE_COST
103103

104-
case WorkType.findData:
105-
return FindDataPrices.PROMOTIONAL_PRODUCT_PRICE || FindDataPrices.BASE_PRODUCT_PRICE
104+
// case WorkType.findData:
105+
// return FindDataPrices.PROMOTIONAL_PRODUCT_PRICE || FindDataPrices.BASE_PRODUCT_PRICE
106106
}
107107
}
108108

@@ -239,7 +239,7 @@ function getTypeCategory(type: WorkType): WorkTypeCategory {
239239
switch (type) {
240240

241241
case WorkType.data:
242-
case WorkType.findData:
242+
// case WorkType.findData:
243243
return WorkTypeCategory.data
244244

245245
case WorkType.design:

0 commit comments

Comments
 (0)