chore: format

This commit is contained in:
suyao 2026-01-05 17:47:53 +08:00
parent 91413bbf3d
commit 992f8207ec
No known key found for this signature in database

View File

@ -95,10 +95,7 @@ export async function uploadNotes(files: File[], targetPath: string): Promise<Up
export async function uploadNotes(entries: FileEntryData[], targetPath: string): Promise<UploadResult>
// Implementation signature
export async function uploadNotes(
filesOrEntries: File[] | FileEntryData[],
targetPath: string
): Promise<UploadResult> {
export async function uploadNotes(filesOrEntries: File[] | FileEntryData[], targetPath: string): Promise<UploadResult> {
if (filesOrEntries.length === 0) {
return {
uploadedNodes: [],