mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 09:28:04 +08:00
Chore/cleanup warnings (#17974)
This commit is contained in:
@ -184,7 +184,7 @@ const EmbeddingProcess: FC<Props> = ({ datasetId, batchId, documents = [], index
|
||||
await sleep(2500)
|
||||
await startQueryStatus()
|
||||
}
|
||||
catch (e) {
|
||||
catch {
|
||||
await sleep(2500)
|
||||
await startQueryStatus()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user