Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed Feb 7, 2024
1 parent f74fc94 commit 8c9e973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/notifications/src/executor/fcm/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ impl FcmClient {
}

pub async fn _send(&self, message: String) -> Result<(), FcmError> {
unimplemnted!()
unimplemented!()
}
}

0 comments on commit 8c9e973

Please sign in to comment.