refactor: automatic eslint fix
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
/* eslint-disable @typescript-eslint/no-explicit-any */
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
||||||
import axios, { AxiosInstance } from 'axios';
|
import type { AxiosInstance } from 'axios';
|
||||||
import logger from '../logger';
|
import axios from 'axios';
|
||||||
|
import logger from 'server/logger';
|
||||||
|
|
||||||
export interface JellyfinUserResponse {
|
export interface JellyfinUserResponse {
|
||||||
Name: string;
|
Name: string;
|
||||||
@@ -16,7 +17,7 @@ export interface JellyfinLoginResponse {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export interface JellyfinUserListResponse {
|
export interface JellyfinUserListResponse {
|
||||||
users: Array<JellyfinUserResponse>;
|
users: JellyfinUserResponse[];
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface JellyfinLibrary {
|
export interface JellyfinLibrary {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import { MigrationInterface, QueryRunner } from 'typeorm';
|
import type { MigrationInterface, QueryRunner } from 'typeorm';
|
||||||
|
|
||||||
export class AddJellyfinUserParams1613379909641 implements MigrationInterface {
|
export class AddJellyfinUserParams1613379909641 implements MigrationInterface {
|
||||||
name = 'AddJellyfinUserParams1613379909641';
|
name = 'AddJellyfinUserParams1613379909641';
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import { MigrationInterface, QueryRunner } from 'typeorm';
|
import type { MigrationInterface, QueryRunner } from 'typeorm';
|
||||||
|
|
||||||
export class ServerTypeEnum1613412948344 implements MigrationInterface {
|
export class ServerTypeEnum1613412948344 implements MigrationInterface {
|
||||||
name = 'ServerTypeEnum1613412948344';
|
name = 'ServerTypeEnum1613412948344';
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import { MigrationInterface, QueryRunner } from 'typeorm';
|
import type { MigrationInterface, QueryRunner } from 'typeorm';
|
||||||
|
|
||||||
export class AddJellyfinDeviceId1613670041760 implements MigrationInterface {
|
export class AddJellyfinDeviceId1613670041760 implements MigrationInterface {
|
||||||
name = 'AddJellyfinDeviceId1613670041760';
|
name = 'AddJellyfinDeviceId1613670041760';
|
||||||
|
|||||||
Reference in New Issue
Block a user