Skip to content

Commit

Permalink
fix: bulding in general
Browse files Browse the repository at this point in the history
  • Loading branch information
SrIzan10 committed Jul 26, 2024
1 parent 29d61f7 commit 34864fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/utils/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const BotSchema = z.object({
description: z.string(),
verified: z.boolean(),
pfpLink: z.string(),
inviteLink: z.string(),
srcLink: z.string().url(),
inviteLink: z.string().url().or(z.null()),
srcLink: z.string().url().or(z.null()),
botId: z.string(),
});
});

0 comments on commit 34864fe

Please sign in to comment.