|
|
@@ -1,8 +1,7 @@
|
|
|
import useSWR, { SWRResponse } from 'swr';
|
|
|
-import { apiv3Get } from '~/client/util/apiv3-client';
|
|
|
|
|
|
+import { apiv3Get } from '~/client/util/apiv3-client';
|
|
|
import { IUserHasId } from '~/interfaces/user';
|
|
|
-
|
|
|
import { checkAndUpdateImageUrlCached } from '~/stores/middlewares/user';
|
|
|
|
|
|
export const useSWRxUsersList = (userIds: string[]): SWRResponse<IUserHasId[], Error> => {
|