mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
style: fix organize-imports to work with tailwindcss prettier plugin (#2957) [skip ci]
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { copyFileSync } from 'fs';
|
||||
import { UserType } from '../constants/user';
|
||||
import { User } from '../entity/User';
|
||||
import path from 'path';
|
||||
import { UserType } from '../constants/user';
|
||||
import dataSource, { getRepository } from '../datasource';
|
||||
import { User } from '../entity/User';
|
||||
|
||||
const prepareDb = async () => {
|
||||
// Copy over test settings.json
|
||||
|
Reference in New Issue
Block a user