Skip to content

Commit d4b1a71

Browse files
fix lint
1 parent 14eeee1 commit d4b1a71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/sim/app/api/organizations/[id]/data-retention

apps/sim/app/api/organizations/[id]/data-retention/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1+
import { AuditAction, AuditResourceType, recordAudit } from '@sim/audit'
12
import { db } from '@sim/db'
23
import { member, organization } from '@sim/db/schema'
34
import { createLogger } from '@sim/logger'
45
import { and, eq } from 'drizzle-orm'
56
import { type NextRequest, NextResponse } from 'next/server'
67
import { z } from 'zod'
7-
import { AuditAction, AuditResourceType, recordAudit } from '@sim/audit'
88
import { getSession } from '@/lib/auth'
99
import {
1010
CLEANUP_CONFIG,

0 commit comments

Comments
 (0)