Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
barbarah committed Oct 2, 2023
1 parent eb740e0 commit d6bcc1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/database/src/db/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ export const objectItemsRelations = relations(objectItems, ({one}) => ({
}));

export const insertObjectListSchema = createInsertSchema(objectLists, {
// Don't allow empty strings
name: schema => schema.name.trim().min(1),
});

Expand Down

0 comments on commit d6bcc1d

Please sign in to comment.