nicolium: remove unused

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-03-14 14:16:24 +01:00
parent a88e070acb
commit af94c276bb

View File

@ -1,6 +1,5 @@
// Loosely adapted from twitter-interaction-circles, licensed under MIT License
// https://github.com/duiker101/twitter-interaction-circles
import { getClient } from '@/api';
import { useAuthStore } from '@/stores/auth';
import type { PaginatedResponse, PlApiClient, Status } from 'pl-api';
@ -31,7 +30,6 @@ const processCircle =
async () => {
setProgress({ state: 'pending', progress: 0 });
const client = getClient();
const me = useAuthStore.getState().currentAccountId as string;
const interactions: Record<string, Interaction> = {};