Skip to content

Commit a1607c5

Browse files
cleanup
1 parent d436948 commit a1607c5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/@pglt/pglt/scripts/generate-packages.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ async function downloadSchema(releaseTag, githubToken) {
3737
async function downloadAsset(platform, arch, os, releaseTag, githubToken) {
3838
const buildName = getBuildName(platform, arch);
3939

40-
// https://github.com/supabase-community/postgres_lsp/releases/download/0.1.0/pglt_x86_64_pc-windows-msvc
41-
// https://github.com/supabase-community/postgres_lsp/releases/download/0.1.0/pglt_x86_64-pc-windows-msvc
4240
const assetUrl = `https://github.com/supabase-community/postgres_lsp/releases/download/${releaseTag}/${buildName}`;
4341

4442
const response = await fetch(assetUrl, {

0 commit comments

Comments
 (0)