Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Stratemeier committed Dec 3, 2023
1 parent 784784d commit 5fbba70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webapp/src/routes/api/tradants.json/+server.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export async function GET(request) {
},
});
}
@
// Return the array of JSON objects
return new Response({
status: 200,
Expand Down

0 comments on commit 5fbba70

Please sign in to comment.