Skip to content

Commit

Permalink
format the hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiramTadepalli committed Oct 27, 2024
1 parent e4a59f9 commit 19c4b44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/api/grades.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ export default function handler(
'x-api-key': API_KEY,
Accept: 'application/json',
};
const url = new URL('https://api-gateway-djz4awx7.uc.gateway.dev/grades/semester');
const url = new URL(
'https://api-gateway-djz4awx7.uc.gateway.dev/grades/semester',
);
if (typeof prefix === 'string') {
url.searchParams.append('prefix', prefix);
}
Expand Down

0 comments on commit 19c4b44

Please sign in to comment.