resolve todos in website
This commit is contained in:
@@ -14,7 +14,7 @@ export class GetDashboardDataUseCase {
|
||||
private readonly logger: Logger,
|
||||
) {}
|
||||
|
||||
async execute(_input: GetDashboardDataInput = {}): Promise<GetDashboardDataOutput> {
|
||||
async execute(): Promise<GetDashboardDataOutput> {
|
||||
try {
|
||||
// Placeholder implementation - would need repositories from identity and racing domains
|
||||
const totalUsers = 0;
|
||||
|
||||
Reference in New Issue
Block a user