Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Dec 19, 2024
1 parent 47fd7ab commit 3fd37ee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/pages/releases/[version].astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const { version } = Astro.params;
const fetch_url = '/releases' + (version == 'latest' ? '' : '/tags/' + version);
try {
const result = await repositoryAPIRequest(fetch_url);
release = version == 'latest' ? result[0] : result;
Expand Down
1 change: 0 additions & 1 deletion src/pages/releases/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ try {
error = err;
}
const account = await currentUser(Astro.cookies);
const include_downloads = !!account?.type;
Expand Down

0 comments on commit 3fd37ee

Please sign in to comment.