Refactor error handling and localDb structure, and fix usage tracking bug.
This commit is contained in:
@@ -120,6 +120,7 @@ export async function POST(request) {
|
||||
// Merge new env with existing settings
|
||||
const newSettings = {
|
||||
...currentSettings,
|
||||
hasCompletedOnboarding: true,
|
||||
env: {
|
||||
...(currentSettings.env || {}),
|
||||
...env,
|
||||
|
||||
Reference in New Issue
Block a user