We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6510afc commit 4ea6c84Copy full SHA for 4ea6c84
src/common/types/linkry.ts
@@ -27,7 +27,7 @@ export const createRequest = z.object({
27
redirect: z.url().min(1).meta({ description: "Full URL to redirect to when the short URL is visited.", example: "https://google.com" })
28
});
29
30
-export const createOrgLinkRequest = createRequest.omit({ access: true })
+export const createOrgLinkRequest = createRequest.omit({ access: true });
31
32
export const linkRecord = z.object({
33
access: linkryAccessList,
0 commit comments