Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
tcm390 committed Feb 11, 2025
1 parent 388bd43 commit d2e9147
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/agent/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ async function findDatabaseAdapter(runtime: IAgentRuntime) {
3,
1000
);
// const sqliteAdapterPlugin = await import('@elizaos-plugins/sqlite');
const sqliteAdapterPluginDefault = sqliteAdapterPlugin.default;
adapter = sqliteAdapterPluginDefault.adapters[0];
if (!adapter) {
Expand Down

0 comments on commit d2e9147

Please sign in to comment.