Skip to content

Commit 89699d3

Browse files
committed
[修改]刪除未使用變數
1 parent 0e61ed2 commit 89699d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def decorated(*args, **kwargs):
3636
url = "https://dev-1l0ixjw8yohsluoi.us.auth0.com/.well-known/jwks.json"
3737
jwks_client = PyJWKClient(url)
3838
signing_key = jwks_client.get_signing_key_from_jwt(token)
39-
payload_data = jwt.decode(
39+
jwt.decode(
4040
token,
4141
signing_key,
4242
audience="https://api.gaas.waterballsa.tw",

0 commit comments

Comments
 (0)