mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-03 23:16:28 +09:00
drop latestStatus of instance
This commit is contained in:
@ -59,14 +59,6 @@ export class Instance {
|
||||
})
|
||||
public followersCount: number;
|
||||
|
||||
/**
|
||||
* 直近のリクエスト送信時のHTTPステータスコード
|
||||
*/
|
||||
@Column('integer', {
|
||||
nullable: true,
|
||||
})
|
||||
public latestStatus: number | null;
|
||||
|
||||
/**
|
||||
* 直近のリクエスト受信日時
|
||||
*/
|
||||
|
Reference in New Issue
Block a user