mirror of
https://github.com/christianvidalwolf-prog/Craze-Data-check.git
synced 2026-08-03 19:45:23 +02:00
temp: add diag log for 51016DE Supabase data
This commit is contained in:
@@ -134,6 +134,10 @@ export default function App() {
|
||||
|
||||
console.log('Fetching synced data from Supabase...');
|
||||
const syncedData = await getAllSyncedRows();
|
||||
// TEMP DIAG: log the specific item to check
|
||||
const diagItem = syncedData['51016DE'];
|
||||
console.log('[DIAG] 51016DE in syncedData:', diagItem ? JSON.stringify({ status: diagItem.status, dataLen: diagItem.data?.length }) : 'NOT FOUND');
|
||||
if (diagItem) console.log('[DIAG] 51016DE data snapshot:', JSON.stringify(diagItem.data));
|
||||
|
||||
const resolvedCols = resolveColumnIndices(headers);
|
||||
const editableColumns = new Set([
|
||||
|
||||
Reference in New Issue
Block a user