No need for lastHash right now, removed

This commit is contained in:
mattpass
2020-06-30 20:21:53 +01:00
parent 9cc6faa4de
commit c32ff947f7

View File

@@ -52,7 +52,6 @@ while(true) {
if ($content !== "") {
$output[$wd."/".$paths[$i]] = [
"type" => "modified",
"lastHash" => "abc123",
"lastHashContent" => $content
];
}