mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-04 07:26:29 +09:00
startAt -> startsAt
This commit is contained in:
@ -262,7 +262,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> {
|
||||
const ads = await this.adsRepository.find({
|
||||
where: {
|
||||
expiresAt: MoreThan(new Date()),
|
||||
startAt: LessThanOrEqual(new Date()),
|
||||
startsAt: LessThanOrEqual(new Date()),
|
||||
},
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user