Skip to content

Commit

Permalink
fix ts
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Dec 8, 2024
1 parent 7c1029f commit 982dec5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-echochambers/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ export const EchoChamberClientInterface: Client = {
}
},

async stop(runtime: IAgentRuntime) {
async stop(_runtime: IAgentRuntime) {
try {
elizaLogger.warn("Stopping EchoChambers client...");
// TODO: Stop clients
Expand Down
10 changes: 10 additions & 0 deletions packages/plugin-echochambers/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"extends": "../core/tsconfig.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "./src"
},
"include": [
"src"
]
}

0 comments on commit 982dec5

Please sign in to comment.