TODO for automation

Signed-off-by: Christine Dodrill <me@christine.website>
This commit is contained in:
Cadey Ratio 2021-09-06 20:17:57 -04:00
parent 94974b120a
commit 9a2394ee01
1 changed files with 1 additions and 0 deletions

View File

@ -9,5 +9,6 @@ async fn main() {
info!("info");
debug!("debug");
// TODO(Xe): automate this somehow
eg.post().await.unwrap()
}