Skip to content

Commit

Permalink
fix: apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Tony <[email protected]>
  • Loading branch information
mintyfrankie and TonyRL authored Dec 11, 2024
1 parent 12a30ed commit 81cfcaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/routes/hiringcafe/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import ofetch from '@/utils/ofetch';
export const route: Route = {
path: '/jobs/:keywords',
categories: ['other'],
example: '/hiringcafe/jobs/sustainability/',
example: '/hiringcafe/jobs/sustainability',
parameters: { keywords: 'Keywords to search for' },
features: {
requireConfig: false,
Expand Down
2 changes: 1 addition & 1 deletion lib/routes/hiringcafe/namespace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'HiringCafe',
url: 'hiring.cafe',
description: `HiringCafe is a platform for job seekers to find job opportunities and for employers to post job listings.`,
description: 'HiringCafe is a platform for job seekers to find job opportunities and for employers to post job listings.',
zh: {
name: 'HiringCafe',
},
Expand Down

0 comments on commit 81cfcaa

Please sign in to comment.