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

Commit c0b1932

Browse files
api adjustment
1 parent f2cd91a commit c0b1932

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ workflows:
7676
filters:
7777
branches:
7878
only:
79-
- dev
79+
- gigs-filter
8080

8181
# Production builds are exectuted only on tagged commits to the
8282
# master branch.

src/api/services/JobApplicationService.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ async function getMyJobApplications(currentUser, criteria) {
8383
paymentTotal: jobCandidate.paymentTotal,
8484
rbStartDate: jobCandidate.rbStartDate,
8585
rbEndDate: jobCandidate.rbEndDate,
86+
updatedAt: jobCandidate.updatedAt,
8687
payment: {
8788
min: job.minSalary,
8889
max: job.maxSalary,

0 commit comments

Comments
 (0)