diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-07-10 23:20:56 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-07-10 23:20:56 +0900 |
| commit | dfc8a09f445f8b082c8d93910b6f1c113d413861 (patch) | |
| tree | 19d96c4606d2ec5ffe1c964711ab8540a0ab3930 /src/streaming.types.ts | |
| parent | Update README.md (diff) | |
| download | misskey-dfc8a09f445f8b082c8d93910b6f1c113d413861.tar.gz misskey-dfc8a09f445f8b082c8d93910b6f1c113d413861.tar.bz2 misskey-dfc8a09f445f8b082c8d93910b6f1c113d413861.zip | |
fix typo
Diffstat (limited to 'src/streaming.types.ts')
| -rw-r--r-- | src/streaming.types.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/streaming.types.ts b/src/streaming.types.ts index 46d7573663..52f8405774 100644 --- a/src/streaming.types.ts +++ b/src/streaming.types.ts @@ -126,7 +126,7 @@ export type NoteUpdatedEvent = { }; }; -export type BroadcasrEvents = { +export type BroadcastEvents = { noteUpdated: (payload: NoteUpdatedEvent) => void; emojiAdded: (payload: { emoji: CustomEmoji; |