Skip to content

Commit 4ea6c84

Browse files
Update src/common/types/linkry.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 6510afc commit 4ea6c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/types/linkry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const createRequest = z.object({
2727
redirect: z.url().min(1).meta({ description: "Full URL to redirect to when the short URL is visited.", example: "https://google.com" })
2828
});
2929

30-
export const createOrgLinkRequest = createRequest.omit({ access: true })
30+
export const createOrgLinkRequest = createRequest.omit({ access: true });
3131

3232
export const linkRecord = z.object({
3333
access: linkryAccessList,

0 commit comments

Comments
 (0)