some more bs
This commit is contained in:
@@ -12,6 +12,7 @@ impl query::QueryFn<QueryContext> for List {
|
||||
"repo.list"
|
||||
}
|
||||
|
||||
async fn run(&self, c: &QueryContext) -> Result<Self::Data, Self::Error> {
|
||||
async fn run(&self, _c: &QueryContext) -> Result<Self::Data, Self::Error> {
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user