We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14eeee1 commit d4b1a71Copy full SHA for d4b1a71
1 file changed
apps/sim/app/api/organizations/[id]/data-retention/route.ts
@@ -1,10 +1,10 @@
1
+import { AuditAction, AuditResourceType, recordAudit } from '@sim/audit'
2
import { db } from '@sim/db'
3
import { member, organization } from '@sim/db/schema'
4
import { createLogger } from '@sim/logger'
5
import { and, eq } from 'drizzle-orm'
6
import { type NextRequest, NextResponse } from 'next/server'
7
import { z } from 'zod'
-import { AuditAction, AuditResourceType, recordAudit } from '@sim/audit'
8
import { getSession } from '@/lib/auth'
9
import {
10
CLEANUP_CONFIG,
0 commit comments