diff --git a/blastmud_game/src/db.rs b/blastmud_game/src/db.rs
index 9bdaf4b..2308395 100644
--- a/blastmud_game/src/db.rs
+++ b/blastmud_game/src/db.rs
@@ -1275,6 +1275,32 @@ impl DBTrans {
}
}
+ pub async fn find_corp_consent_by_consenting_corp_consented_user_type(
+ &self,
+ corp_consenting: &CorpId,
+ usr_consented: &str,
+ consent_type: &ConsentType,
+ ) -> DResult