13.11.0 マージ時のミスを修正

This commit is contained in:
riku6460
2023-04-09 02:59:50 +09:00
parent 1ed9e440c7
commit 94f5b78b6b
2 changed files with 2 additions and 3 deletions

View File

@@ -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)