updating api log interceptor #128

Merged
noahspannbauer merged 3 commits from 126-all-logs-shown-when-unauthenticated into main 2026-04-16 09:31:28 -04:00

View File

@@ -63,7 +63,7 @@ export class LogInterceptor implements NestInterceptor {
return { return {
entities: logs, entities: logs,
total: data.total, total: logs.length,
hasNextPage: false hasNextPage: false
}; };
} else { } else {