fix get_key_object

This commit is contained in:
Ishaan Jaff 2025-03-26 15:41:40 -07:00
parent f8caebc54b
commit 8bd2081dec

View file

@ -996,7 +996,7 @@ async def get_key_object(
if _valid_token is None:
raise ProxyException(
message="Key doesn't exist in db. key={}. Create key via `/key/generate` call.".format(
message="Invalid proxy server token passed. key={}, not found in db. Create key via `/key/generate` call.".format(
hashed_token
),
type=ProxyErrorTypes.token_not_found_in_db,