diff --git a/app/boxes.py b/app/boxes.py index aa0e1ea..53e83aa 100644 --- a/app/boxes.py +++ b/app/boxes.py @@ -248,7 +248,7 @@ async def process_incoming( ): return True elif "Create" == ap_object["type"]: - pass + return True return False