mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix lint
This commit is contained in:
@@ -8,7 +8,7 @@ import { REMOTE_SCHEME, WEBSERVER } from '../../../initializers/constants'
|
||||
import { sequelizeTypescript } from '../../../initializers/database'
|
||||
import { ActorModel } from '../../../models/actor/actor'
|
||||
import { ActorFollowModel } from '../../../models/actor/actor-follow'
|
||||
import { MActor, MActorFollowActors, MActorFull } from '../../../types/models'
|
||||
import { MActor, MActorFull } from '../../../types/models'
|
||||
import { getOrCreateAPActor, loadActorUrlOrGetFromWebfinger } from '../../activitypub/actors'
|
||||
import { sendFollow } from '../../activitypub/send'
|
||||
import { Notifier } from '../../notifier'
|
||||
|
||||
@@ -20,7 +20,6 @@ import {
|
||||
} from 'sequelize-typescript'
|
||||
import { isActivityPubUrlValid } from '@server/helpers/custom-validators/activitypub/misc'
|
||||
import { afterCommitIfTransaction } from '@server/helpers/database-utils'
|
||||
import { CONFIG } from '@server/initializers/config'
|
||||
import { getServerActor } from '@server/models/application/application'
|
||||
import {
|
||||
MActor,
|
||||
|
||||
@@ -47,7 +47,7 @@ export interface ServerConfig {
|
||||
allowed: boolean
|
||||
}
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
instance: {
|
||||
name: string
|
||||
|
||||
Reference in New Issue
Block a user