Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit a243ed24 authored by DawnFall19's avatar DawnFall19
Browse files

Fix typo

parent b2b5933f
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ use crate::model::notification::Notification;
//Singleton of Database
lazy_static! {
static ref NOTIFICATIONS: RwLock<Vec<Notification>> = RwLock::new(Vec![]);
static ref NOTIFICATIONS: RwLock<Vec<Notification>> = RwLock::new(vec![]);
}
pub struct NotificationRepository;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment