12 chars of hex are 6 Bytes not 12

This commit is contained in:
Djeeberjr 2025-10-07 23:02:44 +02:00
parent 92c7fec283
commit 4a9ff47dcc

View File

@ -5,5 +5,5 @@ mod id_store;
pub use id_mapping::{IDMapping, Name};
pub use id_store::{IDStore,AttendanceDay};
pub type TallyID = [u8; 12];
pub type TallyID = [u8; 6];
pub type Date = [u8; 10];