Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 7c95a50

Browse files
author
dengjun
committed
ci:fix doller sign
1 parent df67d36 commit 7c95a50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/api/services/JobApplicationService.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ async function getMyJobApplications(currentUser, criteria) {
6161
min: job.minSalary,
6262
max: job.maxSalary,
6363
frequency: job.rateType,
64-
currency: job.currency,
64+
// currency: job.currency,
65+
currency: "$",
6566
},
6667
hoursPerWeek: job.hoursPerWeek,
6768
location: job.jobLocation,

0 commit comments

Comments
 (0)