Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
AvidDabbler committed Feb 5, 2024
1 parent c63c05f commit b7f41f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drizzle/backup.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@

import cron from 'node-cron';
import { envConfig } from '~/config.server';

Check failure on line 1 in drizzle/backup.ts

View workflow job for this annotation

GitHub Actions / ⬣ ESLint

There should be at least one empty line between import groups
import { S3Client, PutObjectCommand } from '@aws-sdk/client-s3'

Check failure on line 2 in drizzle/backup.ts

View workflow job for this annotation

GitHub Actions / ⬣ ESLint

There should be at least one empty line between import groups

Check failure on line 2 in drizzle/backup.ts

View workflow job for this annotation

GitHub Actions / ⬣ ESLint

`@aws-sdk/client-s3` import should occur before import of `~/config.server`
import fs from 'fs'

Check failure on line 3 in drizzle/backup.ts

View workflow job for this annotation

GitHub Actions / ⬣ ESLint

`fs` import should occur before import of `~/config.server`
Expand Down

0 comments on commit b7f41f0

Please sign in to comment.