diff --git a/src/objects/post.rs b/src/objects/post.rs index cc5a3d1..593d713 100644 --- a/src/objects/post.rs +++ b/src/objects/post.rs @@ -63,7 +63,7 @@ impl Object for post::Model { } async fn into_json(self, _data: &Data) -> Result { - unimplemented!() + todo!() } async fn verify(