refactor untils

This commit is contained in:
pa
2026-03-10 21:40:52 +09:00
parent 1dfd0bf54c
commit fe176f22ff
36 changed files with 1062 additions and 628 deletions
+1 -6
View File
@@ -8,9 +8,9 @@ import {
createRateLimiter,
executeWithBackoff,
getFriendsSortFunction,
getUserMemo,
isRealInstance
} from '../shared/utils';
import { getUserMemo } from '../coordinators/memoCoordinator';
import { friendRequest, userRequest } from '../api';
import {
runInitFriendsListFlow,
@@ -261,8 +261,6 @@ export const useFriendStore = defineStore('Friend', () => {
init();
/**
*
*/
@@ -699,13 +697,11 @@ export const useFriendStore = defineStore('Friend', () => {
* @param {string} id
*/
/**
*
* @param {object} ref
*/
/**
*
* @param {object} currentUser
@@ -1129,7 +1125,6 @@ export const useFriendStore = defineStore('Friend', () => {
* @param id
*/
/**
* Clears all entries in friendLog.
* Uses .clear() instead of reassignment to keep the same Map reference,