Skip to content

Commit

Permalink
fix: clipboard upload not work for external picgo
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Apr 23, 2024
1 parent 0a0d8ff commit 0fcd437
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libs/Universal-PicGo-Core/src/core/ExternalPicgo.ts
Expand Up @@ -66,10 +66,6 @@ class ExternalPicgo {
input = newInput
}

if (input?.length === 0) {
throw new Error(`cannot not find valid image`)
}

this.requestUrl = this.db.get("extPicgoApiUrl") ?? this.requestUrl
let ret: IImgInfo[] = []

Expand Down

0 comments on commit 0fcd437

Please sign in to comment.