Add january support.

This commit is contained in:
Paul
2021-05-07 18:00:21 +01:00
parent cf7bb832da
commit 7293abfc53
20 changed files with 280 additions and 208 deletions

View File

@@ -60,9 +60,7 @@ pub async fn req(
data: json!(data.0),
clear: None
}
.publish(user.id.clone())
.await
.ok();
.publish(user.id.clone());
Ok(())
}