aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin/zot/zot/abconfig.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/zot/zot/abconfig.rs')
-rw-r--r--src/bin/zot/zot/abconfig.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/zot/zot/abconfig.rs b/src/bin/zot/zot/abconfig.rs
index 2e357e4..14875c8 100644
--- a/src/bin/zot/zot/abconfig.rs
+++ b/src/bin/zot/zot/abconfig.rs
@@ -17,8 +17,8 @@
use zotapi;
-pub fn fetch(client: &zotapi::Client) {
- match zotapi::ABConfig::z().fetch(&client) {
+pub async fn fetch(client: &zotapi::Client) {
+ match zotapi::ABConfig::z().fetch(&client).await {
Ok(v) => {
println!("Id: Chan: Cat: Key: Val: xchan:");
for entry in v {