Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit ec97c595 authored by dzak27567's avatar dzak27567
Browse files

Implement list_messages function in Notification service.

parent f299af4d
No related branches found
No related tags found
No related merge requests found
......@@ -96,5 +96,8 @@ impl NotificationService {
return Ok(subscriber_result);
}
pub fn list_messages() -> Result<Vec<String>> {
return Ok(NotificationRepository::list_all_as_string());
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment