Skip to content

Commit 1f603cc

Browse files
committed
📚 Remove old comment (#2020)
1 parent 8824911 commit 1f603cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/zod/schema.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ const workBookTaskSchema = z.object({
5151
.max(50, { message: '50文字になるまで削除してください' }), // FIXME: 上限は暫定値。
5252
});
5353

54-
// TODO: URL用のカラムとバリデーションを追加
5554
export const workBookSchema = z.object({
5655
authorId: z.string(),
5756
title: z

0 commit comments

Comments
 (0)