mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-06 16:46:48 +01:00
No need for lastHash right now, removed
This commit is contained in:
@@ -52,7 +52,6 @@ while(true) {
|
||||
if ($content !== "") {
|
||||
$output[$wd."/".$paths[$i]] = [
|
||||
"type" => "modified",
|
||||
"lastHash" => "abc123",
|
||||
"lastHashContent" => $content
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user