13.11.0 マージ時のミスを修正
This commit is contained in:
		| @@ -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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 riku6460
					riku6460