From a0105f7959d7149852cd2c6befa494c63185f940 Mon Sep 17 00:00:00 2001 From: SouthFox Date: Mon, 14 Aug 2023 23:10:56 +0800 Subject: [PATCH] [fix] stub --- app/boxes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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