From f08adfad9a8ab70fdfe835dbe1f1f1bc3c39b372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Thu, 24 Oct 2024 23:59:47 +0200 Subject: [PATCH] pl-hooks: lint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- packages/pl-hooks/lib/importer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pl-hooks/lib/importer.ts b/packages/pl-hooks/lib/importer.ts index 829664887..845735798 100644 --- a/packages/pl-hooks/lib/importer.ts +++ b/packages/pl-hooks/lib/importer.ts @@ -1,7 +1,7 @@ import { queryClient } from 'pl-hooks/contexts/query-client'; import { type DeduplicatedNotification, type NormalizedNotification, normalizeNotification } from './normalizers/notification'; -import { normalizeStatus, type NormalizedStatus } from './normalizers/status'; +import { type NormalizedStatus, normalizeStatus } from './normalizers/status'; import type { Account as BaseAccount,