Skip to content

Commit 9eb839d

Browse files
committed
chore: removed unrelated formatting change
1 parent 3deb644 commit 9eb839d

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

packages/chat/src/types.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ export interface ChatConfig<
7777
* the token no longer matches.
7878
*/
7979
onLockConflict?:
80-
| "force"
81-
| "drop"
82-
| ((
83-
threadId: string,
84-
message: Message
85-
) => "force" | "drop" | Promise<"force" | "drop">);
80+
| "force"
81+
| "drop"
82+
| ((
83+
threadId: string,
84+
message: Message
85+
) => "force" | "drop" | Promise<"force" | "drop">);
8686
/** State adapter for subscriptions and locking */
8787
state: StateAdapter;
8888
/**
@@ -1541,7 +1541,7 @@ export interface EmojiFormats {
15411541
* ```
15421542
*/
15431543
// biome-ignore lint/suspicious/noEmptyInterface: Required for TypeScript module augmentation
1544-
export interface CustomEmojiMap { }
1544+
export interface CustomEmojiMap {}
15451545

15461546
/**
15471547
* Full emoji type including well-known and custom emoji.

0 commit comments

Comments
 (0)