mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-29 02:46:25 +02:00
chore: ran biome checks
This commit is contained in:
parent
eadbcb4846
commit
9945d16b17
14 changed files with 22 additions and 22 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue