Skip to content

Commit 10f03ef

Browse files
fix lint
1 parent 865105d commit 10f03ef

3 files changed

Lines changed: 350 additions & 1089 deletions

File tree

apps/sim/lib/billing/cleanup-dispatcher.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,7 @@ export async function dispatchCleanupJobs(
237237
.where(
238238
and(
239239
isNull(workspace.archivedAt),
240-
isNotNull(
241-
sql`${organization.dataRetentionSettings}->${sql.raw(`'${config.key}'`)}`
242-
)
240+
isNotNull(sql`${organization.dataRetentionSettings}->${sql.raw(`'${config.key}'`)}`)
243241
)
244242
)
245243
.groupBy(workspace.id)

0 commit comments

Comments
 (0)