Skip to content

Commit b1e0687

Browse files
committed
lint
1 parent ba6a7ac commit b1e0687

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/app/app/components/Commits.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,7 @@ function buildInstallMarkdown(
191191
commit: (typeof commitsWithRelease.value)[number] | null,
192192
) {
193193
if (!commit) return "";
194-
const origin =
195-
typeof window !== "undefined" ? window.location.origin : "";
194+
const origin = typeof window !== "undefined" ? window.location.origin : "";
196195
const packages: string[] = commit.release.packages ?? [];
197196
return packages
198197
.map((pkg) => {

0 commit comments

Comments
 (0)