fix(apb): added Service actor type

forgot about bots! :(
This commit is contained in:
əlemi 2024-04-13 22:20:29 +02:00
parent 4d44688564
commit 85375ba1fb
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -7,7 +7,8 @@ crate::strenum! {
Application, Application,
Group, Group,
Organization, Organization,
Person; Person,
Service;
}; };
} }