Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-smith committed Sep 5, 2024
1 parent 61e9777 commit 6026696
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { BASE_API_URL } from '$lib/utils/constants';

import { error } from '@sveltejs/kit';
import type { RequestHandler } from './$types';
export const GET: RequestHandler = async ({ fetch, params }) => {
export const GET: RequestHandler = async ({ fetch }) => {
const URLModel = 'applied-controls';
const endpoint = `${BASE_API_URL}/${URLModel}/export_csv/`;

Expand Down

0 comments on commit 6026696

Please sign in to comment.