mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-21 06:25:42 +02:00
refactor: rename instance.caughtAt to instance.firstRetrievedAt
This commit is contained in:
@@ -13,7 +13,7 @@ export class Instance {
|
||||
@Column('timestamp with time zone', {
|
||||
comment: 'The caught date of the Instance.',
|
||||
})
|
||||
public caughtAt: Date;
|
||||
public firstRetrievedAt: Date;
|
||||
|
||||
/**
|
||||
* ホスト
|
||||
|
||||
Reference in New Issue
Block a user