Skip to content

Commit 54c842c

Browse files
Ben fix
1 parent 109c613 commit 54c842c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • gateway-api/src/gateway_api/clinical_jwt

gateway-api/src/gateway_api/clinical_jwt/jwt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def exp_time(self) -> str:
3636
def encode(self) -> str:
3737
return pyjwt.encode(
3838
self.payload(),
39-
key=None,
39+
key="None",
4040
algorithm=self.algorithm,
4141
headers={"typ": self.type},
4242
)

0 commit comments

Comments
 (0)