fix: lint

Signed-off-by: Innei <i@innei.in>
This commit is contained in:
Innei 2024-07-17 20:31:45 +08:00
parent 91d20566e7
commit 417506c01c
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
1 changed files with 0 additions and 1 deletions

View File

@ -5,6 +5,5 @@ export const getGitHash = () => {
execSync("git rev-parse HEAD").toString().trim()
} catch (e) {
console.error("Failed to get git hash", e)
return ""
}
}