Merge pull request #90 from Mar0xy/patch-1

This commit is contained in:
Paul Makles
2021-09-23 18:00:24 +01:00
committed by GitHub

View File

@@ -32,6 +32,7 @@ pub async fn req(user: User, target: Ref, data: Json<Data>) -> Result<EmptyRespo
&& data.description.is_none()
&& data.icon.is_none()
&& data.remove.is_none()
&& data.nsfw.is_none()
{
return Ok(EmptyResponse {});
}