pub fn check_character_limit(
uuid: &str,
transaction: &mut Transaction<'_>,
) -> Result<(), PersistenceError>
Expand description
Before creating a character, we ensure that the limit on the number of characters has not been exceeded
pub fn check_character_limit(
uuid: &str,
transaction: &mut Transaction<'_>,
) -> Result<(), PersistenceError>
Before creating a character, we ensure that the limit on the number of characters has not been exceeded