diff --git a/.aios-core/core/ideation/ideation-engine.js b/.aios-core/core/ideation/ideation-engine.js index 36536f8f9c..0c9ca442f3 100644 --- a/.aios-core/core/ideation/ideation-engine.js +++ b/.aios-core/core/ideation/ideation-engine.js @@ -13,7 +13,7 @@ const { execSync } = require('child_process'); // Import dependencies with fallbacks let GotchasMemory; try { - GotchasMemory = require('../memory/gotchas-memory'); + ({ GotchasMemory } = require('../memory/gotchas-memory')); } catch { GotchasMemory = null; }