13.11.0 マージ時のミスを修正
This commit is contained in:
parent
1ed9e440c7
commit
94f5b78b6b
2 changed files with 2 additions and 3 deletions
|
|
@ -65,7 +65,6 @@ export default class extends Endpoint<typeof meta, typeof paramDef> {
|
|||
.where('following.followerId = :followerId', { followerId: me.id })
|
||||
.getMany();
|
||||
|
||||
const minId = getTimeId(new Date(Date.now() - (1000 * 60 * 60 * 24 * 30)).getTime()) + '00'; // 30日前まで
|
||||
//#region Construct query
|
||||
const query = this.queryService.makePaginationQuery(this.notesRepository.createQueryBuilder('note'),
|
||||
ps.sinceId, ps.untilId, ps.sinceDate, ps.untilDate)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue