columns/profile: rename process -> process_profile_action

lets start clarifying these names for easier searching

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2025-07-15 09:28:41 -07:00
parent 443d356cc7
commit 6f266fc91d
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ pub enum ProfileAction {
}
impl ProfileAction {
pub fn process(
pub fn process_profile_action(
&self,
state_map: &mut HashMap<Pubkey, ProfileState>,
ndb: &Ndb,