Commit 13e32f8
committed
fix: remove early stop logic in Web3Career job fetching to process all new jobs
Previously, the service would stop processing all jobs after encountering
the first existing job, preventing new jobs from being added to the database.
Now it skips existing jobs but continues processing the rest.1 parent 5c1de52 commit 13e32f8
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
| 58 | + | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments