diff --git a/api/dropbox/[...path].ts b/api/dropbox/[...path].ts index 3d030e9..310d208 100644 --- a/api/dropbox/[...path].ts +++ b/api/dropbox/[...path].ts @@ -60,7 +60,6 @@ export default async function handler(req: VercelRequest, res: VercelResponse) { const data = await response.text(); res.status(200).send(data); - } catch (error) { } catch (error: any) { console.error('Proxy Error:', error); res.status(500).json({ error: 'Failed to fetch data from Dropbox', details: error.message });