minor fixes

This commit is contained in:
Kohaku-Blueleaf
2025-10-04 19:23:22 +08:00
parent 5c00f03808
commit f82803ac23

View File

@@ -533,7 +533,7 @@ async def get_paths_info(
"type": "file",
"path": clean_path,
"size": obj_stats.size_bytes,
"blob_id": checksum, # Git blob SHA1 for non-LFS, SHA256 for LFS
"oid": checksum, # Git blob SHA1 for non-LFS, SHA256 for LFS
"lfs": None,
"last_commit": None,
"security": None,