126 all logs shown when unauthenticated #131

Merged
noahspannbauer merged 8 commits from 126-all-logs-shown-when-unauthenticated into main 2026-04-26 18:08:34 -04:00
Showing only changes of commit 1c46f58afc - Show all commits

View File

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