mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-09 23:10:20 +08:00
chore: format
This commit is contained in:
parent
91413bbf3d
commit
992f8207ec
@ -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: [],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user