Skip to content

Commit fd7a155

Browse files
committed
fix: biuild
1 parent c1515b8 commit fd7a155

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28300,7 +28300,7 @@ function getFileName(binary) {
2830028300
return `${binary}_${arch}-${platform}`;
2830128301
}
2830228302
function getDownloadUrl(version, binary) {
28303-
let filename = getFileName(binary);
28303+
const filename = getFileName(binary);
2830428304
if (version.toLowerCase() === 'latest') {
2830528305
return `https://github.com/supabase-community/postgres-language-server/releases/latest/download/${filename}`;
2830628306
}

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)