Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
TuvalSimha committed Sep 25, 2024
1 parent 8641546 commit 037f9e2
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { Injectable, Scope } from 'graphql-modules';
import { sql as c_sql, ClickHouse } from '../../operations/providers/clickhouse-client';
import { Logger } from '../../shared/providers/logger';
import { AuditLogEvent, auditLogSchema } from './audit-logs-types';
import { sql as c_sql, ClickHouse } from '../../operations/providers/clickhouse-client';


@Injectable({
scope: Scope.Operation,
Expand Down Expand Up @@ -53,7 +52,6 @@ export class AuditLogManager {
});
}


async getPaginatedAuditLogs(limit: string, offset: string): Promise<AuditLogEvent[]> {
this.logger.info('Getting paginated audit logs (limit=%s, offset=%s)', limit, offset);

Expand Down

0 comments on commit 037f9e2

Please sign in to comment.