diff options
Diffstat (limited to 'src/github.rs')
-rw-r--r-- | src/github.rs | 2 |
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 { |