adjust visibility

This commit is contained in:
OMGeeky
2024-05-02 23:15:40 +02:00
parent f2a3ad40da
commit 3e502063cc

View File

@@ -60,6 +60,6 @@ pub mod notify {
#[derive(Clone, Debug, Deserialize, Serialize)]
pub struct NotificationRequest {
message: String,
pub message: String,
}
}