- Add cache: 'no-store' to all apiCall functions in admin JS files - Prevents browser fetch cache from serving stale error responses - Addresses submissions endpoint 500 errors that weren't appearing in server logs - Killed duplicate server process (PID 1583625) - Added debug logging to submissions controller - Files modified: blog-validation.js, blog-curation.js, blog-curation-enhanced.js
27 lines
No EOL
491 B
JSON
27 lines
No EOL
491 B
JSON
{
|
|
"version": "1.0.0",
|
|
"budget": 200000,
|
|
"checkpoints": [
|
|
{
|
|
"percentage": 25,
|
|
"tokens": 50000,
|
|
"completed": false,
|
|
"timestamp": null
|
|
},
|
|
{
|
|
"percentage": 50,
|
|
"tokens": 100000,
|
|
"completed": false,
|
|
"timestamp": null
|
|
},
|
|
{
|
|
"percentage": 75,
|
|
"tokens": 150000,
|
|
"completed": false,
|
|
"timestamp": null
|
|
}
|
|
],
|
|
"next_checkpoint": 50000,
|
|
"overdue": false,
|
|
"last_check": "2025-10-23T21:59:17.680Z"
|
|
} |