fix: user-tagページでユーザーが重複して読み込まれるのを修正 (#17163)

* fix: user-tagをページネーションに対応させる

* update changelog
This commit is contained in:
かっこかり
2026-02-15 11:50:23 +09:00
committed by GitHub
parent a22b82c414
commit af40eb4d31
4 changed files with 9 additions and 1 deletions

View File

@@ -24020,6 +24020,8 @@ export interface operations {
tag: string;
/** @default 10 */
limit?: number;
/** @default 0 */
offset?: number;
/** @enum {string} */
sort: '+follower' | '-follower' | '+createdAt' | '-createdAt' | '+updatedAt' | '-updatedAt';
/**