Skip to content

Commit 43f958b

Browse files
committed
format code
1 parent b30e0e3 commit 43f958b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/sdk/src/schema/pages.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ export const PagePath = DefaultPagePage.refine(
138138
"Must start with a / or a full URL e.g. https://website.org"
139139
);
140140

141-
142141
const Page = z.object({
143142
...commonPageFields,
144143
path: PagePath,

0 commit comments

Comments
 (0)