mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
add logs
This commit is contained in:
@@ -31,7 +31,7 @@ function convertAttributesToString(obj) {
|
||||
result[key] = JSON.stringify(obj[key], null, 2);
|
||||
} else {
|
||||
// Convert primitive values to string
|
||||
result[key] = String(obj[key]);
|
||||
result[key] = obj[key];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user