From 8561024c95e78869a3e3457997b31ff79cf03994 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 30 May 2021 03:39:58 +0200 Subject: main: Add TODO for mirroring Git repository --- src/main.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/main.rs b/src/main.rs index cbaec61..7bb05c2 100644 --- a/src/main.rs +++ b/src/main.rs @@ -69,6 +69,8 @@ async fn main() { }, Err(database::Error::Db(sqlx::Error::RowNotFound)) => { + // TODO: mirror + db.repo_insert(db_repo).await.unwrap(); }, -- cgit v1.2.3