diff --git a/api/src/processing/services/xiaohongshu.js b/api/src/processing/services/xiaohongshu.js index 4637358e..6e141f5a 100644 --- a/api/src/processing/services/xiaohongshu.js +++ b/api/src/processing/services/xiaohongshu.js @@ -54,9 +54,7 @@ export default async function ({ id, token, shareId, h265, isAudioOnly, dispatch if (!currentNote) throw "no current note in detail map"; note = currentNote.note; - } catch { - return { error: "fetch.empty" }; - } + } catch {} if (!note) return { error: "fetch.empty" };