Skip to content

Commit 2790821

Browse files
committed
move client log to end
1 parent 8fb01a6 commit 2790821

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

agent/src/index.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -444,8 +444,6 @@ export async function initializeClients(
444444
clients.lens = lensClient;
445445
}
446446

447-
elizaLogger.log("client keys", Object.keys(clients));
448-
449447
// TODO: Add Slack client to the list
450448
// Initialize clients as an object
451449

@@ -484,6 +482,7 @@ export async function initializeClients(
484482
}
485483
}
486484
}
485+
elizaLogger.log("client keys", Object.keys(clients));
487486

488487
return clients;
489488
}

0 commit comments

Comments
 (0)