Skip to content

Commit 72714bf

Browse files
Removed subreddits.
1 parent 9aa72ae commit 72714bf

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

src/jobs/job.controller.ts

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -66,18 +66,7 @@ export class JobController {
6666
})
6767
async fetchJobs(): Promise<{ redditJobs: any[]; web3CareerJobs: any[]; summary: any }> {
6868
// Fetch Reddit jobs
69-
const redditSubreddits = [
70-
'remotejs',
71-
'remotejobs',
72-
'forhire',
73-
'jobs',
74-
'webdevjobs',
75-
'frontend',
76-
'javascript',
77-
'reactjs',
78-
'node',
79-
'typescript',
80-
];
69+
const redditSubreddits = ['remotejs', 'remotejobs', 'forhire', 'jobs', 'webdevjobs'];
8170
const redditPosts = await this.redditService.fetchRedditPosts(redditSubreddits);
8271
const redditJobs = await this.redditService.storeRedditJobPosts(redditPosts);
8372

0 commit comments

Comments
 (0)