fix: lint and types

This commit is contained in:
Julien Froidefond
2025-09-18 11:30:19 +02:00
parent 49874b38c0
commit 8c88322823
5 changed files with 12 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
import { NextResponse } from 'next/server';
import { tasksService } from '@/services/tasks';
import { TaskStatus, TaskPriority } from '@/lib/types';
import { TaskStatus } from '@/lib/types';
/**
* API route pour récupérer les tâches avec filtres optionnels