Skip to content
This repository was archived by the owner on Jun 1, 2026. It is now read-only.

Commit 3e940ab

Browse files
committed
Fix StreamNotificationUpdate typo
1 parent e2aa7ca commit 3e940ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/primitives/src/stream.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub enum StreamEvent {
2020
PriceAlerts(StreamPriceAlertUpdate),
2121
Nft(StreamWalletUpdate),
2222
Perpetual(StreamWalletUpdate),
23-
InAppNotification(StreamNotificationlUpdate),
23+
InAppNotification(StreamNotificationUpdate),
2424
FiatTransaction(StreamWalletUpdate),
2525
}
2626

@@ -76,7 +76,7 @@ pub struct StreamWalletUpdate {
7676
#[derive(Debug, Clone, Serialize, Deserialize)]
7777
#[serde(rename_all = "camelCase")]
7878
#[typeshare(swift = "Sendable")]
79-
pub struct StreamNotificationlUpdate {
79+
pub struct StreamNotificationUpdate {
8080
pub wallet_id: WalletId,
8181
pub notification: InAppNotification,
8282
}

0 commit comments

Comments
 (0)