1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-20 19:55:28 +02:00

fix: rename users/get-following-users-by-birthday

This commit is contained in:
kakkokari-gtyih
2026-03-03 19:18:18 +09:00
parent 2ea630e40c
commit 93a6737e69
10 changed files with 23 additions and 23 deletions

View File

@@ -106,7 +106,7 @@ const end = computed(() => {
}
});
const birthdayUsersPaginator = markRaw(new Paginator('users/get-following-birthday-users', {
const birthdayUsersPaginator = markRaw(new Paginator('users/get-following-users-by-birthday', {
limit: 18,
offsetMode: true,
computedParams: computed(() => {