aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTeddy Wing2021-05-30 03:39:58 +0200
committerTeddy Wing2021-05-30 03:40:04 +0200
commit8561024c95e78869a3e3457997b31ff79cf03994 (patch)
treec2b634ecb75681c754de0bb2eb74f9c8b5d172f1 /src
parent4d4b7918726b4a56b87de8cdc577b6bf088c5f91 (diff)
downloadreflectub-8561024c95e78869a3e3457997b31ff79cf03994.tar.bz2
main: Add TODO for mirroring Git repository
Diffstat (limited to 'src')
-rw-r--r--src/main.rs2
1 files changed, 2 insertions, 0 deletions
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();
},