diff --git a/slackblocks/views.py b/slackblocks/views.py index 7868e4e..67da02f 100644 --- a/slackblocks/views.py +++ b/slackblocks/views.py @@ -49,7 +49,7 @@ def _resolve(self) -> Dict[str, Any]: if self.external_id: view["external_id"] = self.external_id return view - + def to_dict(self) -> Dict[str, Any]: return self._resolve()