Skip to content

Commit 36a1aa4

Browse files
committed
lint
1 parent 3eb6b30 commit 36a1aa4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/sim/app/api/v1/audit-logs/query.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { db } from '@sim/db'
22
import { auditLog, workspace } from '@sim/db/schema'
33
import type { InferSelectModel } from 'drizzle-orm'
4-
import { and, desc, eq, gte, ilike, inArray, lt, lte, or, sql, type SQL } from 'drizzle-orm'
4+
import { and, desc, eq, gte, ilike, inArray, lt, lte, or, type SQL, sql } from 'drizzle-orm'
55

66
type DbAuditLog = InferSelectModel<typeof auditLog>
77

apps/sim/ee/audit-logs/components/audit-logs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import { createLogger } from '@sim/logger'
55
import { RefreshCw, Search } from 'lucide-react'
66
import { Badge, Button, Combobox, type ComboboxOption, Skeleton } from '@/components/emcn'
77
import { Input } from '@/components/ui'
8-
import { formatDateTime } from '@/lib/core/utils/formatting'
98
import { cn } from '@/lib/core/utils/cn'
9+
import { formatDateTime } from '@/lib/core/utils/formatting'
1010
import type { EnterpriseAuditLogEntry } from '@/app/api/v1/audit-logs/format'
1111
import { type AuditLogFilters, useAuditLogs } from '@/ee/audit-logs/hooks/audit-logs'
1212

0 commit comments

Comments
 (0)