Skip to content

Commit fe3da62

Browse files
ci: apply automated fixes
1 parent fc60921 commit fe3da62

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/utils/og.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ const getOgOrigin = createIsomorphicFn()
4141
return DEFAULT_SITE_URL
4242
})
4343
.client((): string =>
44-
typeof window !== 'undefined'
45-
? window.location.origin
46-
: DEFAULT_SITE_URL,
44+
typeof window !== 'undefined' ? window.location.origin : DEFAULT_SITE_URL,
4745
)
4846

4947
/**

0 commit comments

Comments
 (0)