Skip to content

Commit eb3d42c

Browse files
committed
Cleanup redundant awaits in self-healing example #7837
1 parent c7a2d1e commit eb3d42c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ai/examples/self-healing.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,10 @@ async function main() {
2323
console.log('\n[1] Boot Sequence: Initializing Services...');
2424

2525
// Start Knowledge Base
26-
await KB_LifecycleService.ready();
2726
await KB_ChromaManager.ready(); // Ensure connection is active
2827
console.log(' - Knowledge Base Service: Ready');
2928

3029
// Start Memory Core
31-
await Memory_LifecycleService.ready();
3230
await Memory_ChromaManager.ready(); // Ensure connection is active
3331
console.log(' - Memory Core Service: Ready');
3432

0 commit comments

Comments
 (0)