Skip to content

Commit

Permalink
fix: πŸ› delete empty constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
zhumeisongsong committed Dec 7, 2024
1 parent a135c0f commit a40db58
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libs/tasks/application/src/lib/tasks.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import { Task, UserTask } from '@tasks/domain';

@Injectable()
export class TasksService {
constructor() {}

async findAll(): Promise<Task[]> {
// TODO: Implement this
return [];
Expand Down

0 comments on commit a40db58

Please sign in to comment.