Fix missing default value for last_commit_date (37ec2bf) #6389

Which is needed when Bonsai is not using git
This commit is contained in:
Andrej730
2025-03-19 13:55:40 +05:00
parent 8def5ec30b
commit d868d8ceac
+1
View File
@@ -40,6 +40,7 @@ from typing import Union, Any, Generator
last_commit_hash = "8888888"
last_commit_date = None
def get_last_commit_hash() -> Union[str, None]: