fix(app service)Sourcery mistook the log f-string for SQL.:
This commit is contained in:
@@ -42,8 +42,7 @@ async def create_end_user(
|
|||||||
payload = CreateEndUserRequest(**body)
|
payload = CreateEndUserRequest(**body)
|
||||||
workspace_id = api_key_auth.workspace_id
|
workspace_id = api_key_auth.workspace_id
|
||||||
|
|
||||||
# sourcery skip: sql-injection
|
logger.info("Create end user request - other_id: %s, workspace_id: %s", payload.other_id, workspace_id)
|
||||||
logger.info(f"Create end user request - other_id: {payload.other_id}, workspace_id: {workspace_id}")
|
|
||||||
|
|
||||||
# Resolve memory_config_id: explicit > workspace default
|
# Resolve memory_config_id: explicit > workspace default
|
||||||
memory_config_id = None
|
memory_config_id = None
|
||||||
|
|||||||
Reference in New Issue
Block a user