diff options
author | Teddy Wing | 2021-05-30 03:39:58 +0200 |
---|---|---|
committer | Teddy Wing | 2021-05-30 03:40:04 +0200 |
commit | 8561024c95e78869a3e3457997b31ff79cf03994 (patch) | |
tree | c2b634ecb75681c754de0bb2eb74f9c8b5d172f1 /src/main.rs | |
parent | 4d4b7918726b4a56b87de8cdc577b6bf088c5f91 (diff) | |
download | reflectub-8561024c95e78869a3e3457997b31ff79cf03994.tar.bz2 |
main: Add TODO for mirroring Git repository
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 2 |
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(); }, |