fix: oops still cooking these
This commit is contained in:
parent
381e108d38
commit
4be310cab1
1 changed files with 0 additions and 2 deletions
|
@ -49,8 +49,6 @@ impl Processor for crate::Context {
|
|||
apb::ActivityType::Undo => Ok(process_undo(self, activity, tx).await?),
|
||||
apb::ActivityType::Delete => Ok(process_delete(self, activity, tx).await?),
|
||||
apb::ActivityType::Update => Ok(process_update(self, activity, tx).await?),
|
||||
apb::ActivityType::Flag => Ok(process_flag(self, activity, tx).await?),
|
||||
apb::ActivityType::Move => Ok(process_move(self, activity, tx).await?),
|
||||
_ => Err(ProcessorError::Unprocessable(activity.id()?.to_string())),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue