Skip to content

Commit

Permalink
build: Fix CI error because of mismatched cmdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedBassem committed Jan 19, 2025
1 parent 8a07b62 commit de42f01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"cheerio": "^1.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "1.0.0",
"cmdk": "^1.0.0",
"csv-parse": "^5.5.6",
"dayjs": "^1.11.10",
"drizzle-orm": "^0.38.3",
Expand Down
3 changes: 2 additions & 1 deletion apps/workers/feedWorker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ async function run(req: DequeuedJob<ZFeedRequestSchema>) {
const response = await fetch(feed.url, {
signal: AbortSignal.timeout(5000),
headers: {
UserAgent: "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36",
UserAgent:
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36",
Accept: "application/rss+xml",
},
});
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit de42f01

Please sign in to comment.