We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce1dafc commit c1515b8Copy full SHA for c1515b8
src/index.ts
@@ -65,7 +65,7 @@ function getFileName(binary: string): string {
65
}
66
67
function getDownloadUrl(version: string, binary: string): string {
68
- let filename = getFileName(binary)
+ const filename = getFileName(binary)
69
70
if (version.toLowerCase() === 'latest') {
71
return `https://github.com/supabase-community/postgres-language-server/releases/latest/download/${filename}`
0 commit comments