Skip to content

Commit e95e986

Browse files
Fix code formatting with Prettier
Co-authored-by: openhands <openhands@all-hands.dev>
1 parent 7c17a56 commit e95e986

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/conversation/remote-conversation.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,7 @@ export class RemoteConversation {
8181
}
8282

8383
async conversationStats(): Promise<ConversationStats> {
84-
const response = await this.client.get<ConversationInfo>(
85-
`/api/conversations/${this.id}`
86-
);
84+
const response = await this.client.get<ConversationInfo>(`/api/conversations/${this.id}`);
8785
return response.data.stats;
8886
}
8987

0 commit comments

Comments
 (0)