Skip to content

Commit 5bbff61

Browse files
committed
convert imageDescriptionsArray from let to const per lint
1 parent b431407 commit 5bbff61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client-twitter/src/interactions.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ export class TwitterInteractionClient {
348348

349349
elizaLogger.debug("formattedConversation: ", formattedConversation);
350350

351-
let imageDescriptionsArray = [];
351+
const imageDescriptionsArray = [];
352352
try{
353353
elizaLogger.debug('Getting images');
354354
for (const photo of tweet.photos) {

0 commit comments

Comments
 (0)