Skip to content

Commit 686ca77

Browse files
committed
refactor(publications): extract PublicationService and improve error handling
1 parent 50c88cb commit 686ca77

3 files changed

Lines changed: 376 additions & 280 deletions

File tree

grpc_services/v3/revoke_pnba_token.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def RevokePNBAToken(self, request, context):
8181
venv_path=adapter.venv_path,
8282
method="invalidate_session",
8383
params={
84-
"phone_number": token.token_data["token"],
84+
"phone_number": token.token_data["account_id"],
8585
"base_path": adapter.assets_path,
8686
},
8787
)

0 commit comments

Comments
 (0)