1
0
Fork 0

Merge pull request 'chuni: Add 'handle_remove_token_api_request' for event mode' (#13) from Raymonf/artemis:fix/chuni-event-mode into develop

Reviewed-on: Hay1tsme/artemis#13
This commit is contained in:
Midorica 2023-03-09 20:34:07 +00:00
commit 9295299dca
1 changed files with 3 additions and 0 deletions

View File

@ -60,6 +60,9 @@ class ChuniNew(ChuniBase):
"isAou": "false",
}
def handle_remove_token_api_request(self, data: Dict) -> Dict:
return { "returnCode": "1" }
def handle_delete_token_api_request(self, data: Dict) -> Dict:
return {"returnCode": "1"}