@mintlify/prebuild 1.0.880 → 1.0.882

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -55,8 +55,6 @@ export const getGitBlame = async (filePath, repoPath) => {
55
55
  return lineBlame;
56
56
  }
57
57
  catch (error) {
58
- // If git blame fails (e.g., file not in git, no commits), silently return empty blame
59
- // Server will use current date as fallback
60
58
  return {};
61
59
  }
62
60
  };