updating api log interceptor

This commit is contained in:
2026-04-16 08:27:33 -05:00
parent fa7a39e48a
commit 1c46f58afc

View File

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