Skip to content

Commit

Permalink
hardcode spec testing: Versioning.yml should bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
timolegros committed Nov 7, 2024
1 parent a52f046 commit 7ea6f36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions libs/schemas/src/commands/community.schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import { PG_INT, checkIconSize } from '../utils';

export const CreateCommunity = {
input: z.object({
something: z.string().optional(),
id: z.string(),
name: z
.string()
Expand Down
1 change: 0 additions & 1 deletion libs/schemas/src/queries/thread.schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ export const GetThreads = {
contestAddress: z.string().optional(),
status: GetThreadsStatus.optional(),
withXRecentComments: z.number().optional(),
random: z.string().optional(),
}),
output: z.object({
page: z.number(),
Expand Down

0 comments on commit 7ea6f36

Please sign in to comment.