chore: ran biome checks

This commit is contained in:
Anish Sarkar 2026-03-07 12:57:27 +05:30
parent eadbcb4846
commit 9945d16b17
14 changed files with 22 additions and 22 deletions

View file

@ -3,7 +3,6 @@ import {
type GetNotificationsResponse,
type GetSourceTypesResponse,
type GetUnreadCountResponse,
type NotificationCategory,
getNotificationsRequest,
getNotificationsResponse,
getSourceTypesResponse,
@ -15,6 +14,7 @@ import {
markAllNotificationsReadResponse,
markNotificationReadRequest,
markNotificationReadResponse,
type NotificationCategory,
} from "@/contracts/types/inbox.types";
import { ValidationError } from "../error";
import { baseApiService } from "./base-api.service";