Reformatted files with biome.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { canViewWebsite } from '@/permissions';
|
||||
import { unauthorized, json } from '@/lib/response';
|
||||
import { getQueryFilters, parseRequest, setWebsiteDate } from '@/lib/request';
|
||||
import { getGoal, GoalParameters } from '@/queries/sql/reports/getGoal';
|
||||
import { json, unauthorized } from '@/lib/response';
|
||||
import { reportResultSchema } from '@/lib/schema';
|
||||
import { canViewWebsite } from '@/permissions';
|
||||
import { type GoalParameters, getGoal } from '@/queries/sql/reports/getGoal';
|
||||
|
||||
export async function POST(request: Request) {
|
||||
const { auth, body, error } = await parseRequest(request, reportResultSchema);
|
||||
|
||||
Reference in New Issue
Block a user