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: https://gitea.tendokyu.moe/Hay1tsme/artemis/pulls/13pull/14/head
commit
9295299dca
|
@ -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"}
|
||||
|
||||
|
|
Loading…
Reference in New Issue