Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerwoud committed May 23, 2024
1 parent c36f3d7 commit 3a1030d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/loaders/submission-overview-loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default async function loadSubmissionOverview({

const projectId = params.projectId;
const projectResponse = await authenticatedFetch(
`${APIURL}/projects/${projectId}`
`${APIURL}/projects/${projectId}`
);

if (!projectResponse.ok) {
Expand Down

0 comments on commit 3a1030d

Please sign in to comment.