Skip to content

Commit 6218818

Browse files
committed
dumb fix
1 parent f155c23 commit 6218818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client-twitter/src/base.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ export class ClientBase extends EventEmitter {
186186
}
187187
const cookiesFilePath = path.join(
188188
__dirname,
189-
"@ai16z/eliza/tweetcache/" +
189+
"tweetcache/" +
190190
this.runtime.getSetting("TWITTER_USERNAME") +
191191
"_cookies.json"
192192
);

0 commit comments

Comments
 (0)