fix: Todo into_json method in post::Model

This commit is contained in:
aprilthepink 2024-05-05 17:17:28 +02:00
parent ce5f97ac33
commit 3ebe83c52f

View file

@ -63,7 +63,7 @@ impl Object for post::Model {
}
async fn into_json(self, _data: &Data<Self::DataType>) -> Result<Self::Kind, Self::Error> {
unimplemented!()
todo!()
}
async fn verify(