Skip to content

Commit 68e9f1a

Browse files
committed
fix params
1 parent 061cf59 commit 68e9f1a

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

components/taleez/sources/new-job-listed/new-job-listed.mjs

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,16 @@ export default {
5454
},
5555
getArgs() {
5656
return {
57-
unitId: this.unitId,
58-
status: this.status,
59-
contract: this.contract,
60-
city: this.city,
61-
companyLabel: this.companyLabel,
62-
tag: this.tag,
63-
withDetails: true,
64-
withProps: true,
57+
params: {
58+
unitId: this.unitId,
59+
status: this.status,
60+
contract: this.contract,
61+
city: this.city,
62+
companyLabel: this.companyLabel,
63+
tag: this.tag,
64+
withDetails: true,
65+
withProps: true,
66+
},
6567
};
6668
},
6769
generateMeta(job) {

0 commit comments

Comments
 (0)