mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 14:29:45 +00:00
wires up notifications
This commit is contained in:
committed by
Aiden McClelland
parent
e75ac1e1b8
commit
b8679141a0
@@ -14,7 +14,7 @@ use crate::util::{display_none, display_serializable};
|
||||
use crate::{Error, ErrorKind};
|
||||
|
||||
#[command(subcommands(list, delete, delete_before))]
|
||||
pub async fn notification(#[context] _ctx: RpcContext) -> Result<(), Error> {
|
||||
pub async fn notification() -> Result<(), Error> {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user