aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/repository/vcs/github_driver.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/repository/vcs/github_driver.rs')
-rw-r--r--crates/shirabe/src/repository/vcs/github_driver.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/shirabe/src/repository/vcs/github_driver.rs b/crates/shirabe/src/repository/vcs/github_driver.rs
index 6fc50ee..45ba7b7 100644
--- a/crates/shirabe/src/repository/vcs/github_driver.rs
+++ b/crates/shirabe/src/repository/vcs/github_driver.rs
@@ -279,7 +279,6 @@ impl GitHubDriver {
.as_mut()
.and_then(|c| c.read(identifier))
.unwrap_or_default();
- // TODO(phase-b): cached payload is JSON string; parse to PhpMixed -> Option<IndexMap>
let parsed = JsonFile::parse_json(Some(&res), None)?;
parsed
.as_array()