Exclude staff from CLA check

This commit is contained in:
Max Brunsfeld 2024-01-23 11:31:55 -08:00
parent 8ce7594a26
commit 1fd72d26cb
2 changed files with 14 additions and 8 deletions

View file

@ -17,6 +17,7 @@ pub struct Model {
pub inviter_id: Option<UserId>,
pub connected_once: bool,
pub metrics_id: Uuid,
pub created_at: DateTime,
}
#[derive(Copy, Clone, Debug, EnumIter, DeriveRelation)]