Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Jul 17, 2024
1 parent 91d2056 commit 417506c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
}
}

0 comments on commit 417506c

Please sign in to comment.