Skip to content

Commit c1515b8

Browse files
authored
Apply suggestion from @psteinroe
1 parent ce1dafc commit c1515b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function getFileName(binary: string): string {
6565
}
6666

6767
function getDownloadUrl(version: string, binary: string): string {
68-
let filename = getFileName(binary)
68+
const filename = getFileName(binary)
6969

7070
if (version.toLowerCase() === 'latest') {
7171
return `https://github.com/supabase-community/postgres-language-server/releases/latest/download/${filename}`

0 commit comments

Comments
 (0)