mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-14 00:31:25 +10:00
fix: inital eslint errors
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
import { EventHandlerRequest, H3Event } from "h3";
|
||||
import { Dump, ObjectTransactionalHandler, Pull } from "../objects/transactional";
|
||||
import type { EventHandlerRequest, H3Event } from "h3";
|
||||
import type { Dump, Pull } from "../objects/transactional";
|
||||
import { ObjectTransactionalHandler } from "../objects/transactional";
|
||||
|
||||
export async function handleFileUpload(
|
||||
h3: H3Event<EventHandlerRequest>,
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import { FilterConditionally } from "./types";
|
||||
import type { FilterConditionally } from "./types";
|
||||
|
||||
interface PriorityTagged<T> {
|
||||
object: T,
|
||||
|
||||
Reference in New Issue
Block a user