mirror of
https://github.com/christianvidalwolf-prog/Craze-Data-check.git
synced 2026-08-03 14:05:25 +02:00
fix: update dropbox-sync API to merge non-editable fields, fix setCors crash and update fallback asset
This commit is contained in:
+1
-1
@@ -295,7 +295,7 @@ export default function App() {
|
||||
const syncRes = await fetch('/api/dropbox-sync', {
|
||||
method: 'POST',
|
||||
headers: { 'Content-Type': 'application/json' },
|
||||
body: JSON.stringify({ rows, fileMeta })
|
||||
body: JSON.stringify({ rows, headers, fileMeta })
|
||||
});
|
||||
|
||||
if (syncRes.ok) {
|
||||
|
||||
Reference in New Issue
Block a user