style: minor styling cleanup

This commit is contained in:
Dustin Healy 2025-08-09 15:59:31 -07:00
parent d37db43e29
commit f4833b6b25
5 changed files with 18 additions and 14 deletions

View file

@ -4,4 +4,3 @@ export interface RequestBody {
conversationId?: string;
[key: string]: unknown;
}