updating api log interceptor (#128)

* fixing all logs showing when user is unauthenticated

* updating api log interceptor
This commit was merged in pull request #128.
This commit is contained in:
2026-04-16 08:31:28 -05:00
committed by GitHub
parent fd514e4c8b
commit a367b517db

View File

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