Skip to content

Commit 3045024

Browse files
committed
GQL: Symbol: set len_char_min to 1
1 parent 23e8ae4 commit 3045024

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sku/molecule/domain/src/entities/molecule_project.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use internal_error::{InternalError, ResultIntoInternal};
1616

1717
#[nutype::nutype(
1818
sanitize(lowercase),
19-
validate(len_char_min = 2),
19+
validate(len_char_min = 1),
2020
derive(Debug, Display, AsRef, Clone, Serialize, Deserialize, Eq, PartialEq)
2121
)]
2222
pub struct Symbol(String);

0 commit comments

Comments
 (0)