aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/github.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/github.rs b/src/github.rs
index ec1e869..37e7f60 100644
--- a/src/github.rs
+++ b/src/github.rs
@@ -29,7 +29,7 @@ pub struct Repo {
pub git_url: String,
pub default_branch: String,
pub size: u64,
- pub updated_at: String, // TODO: Maybe parse to date?
+ pub updated_at: String,
}
impl Repo {