Skip to content

Commit

Permalink
effectiveUsers_user
Browse files Browse the repository at this point in the history
  • Loading branch information
feiazifeiazi committed Sep 2, 2024
1 parent 559019b commit caba31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/engines/mongo.py
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,7 @@ def current_op(self, command_type):
"client"
]

# 获取 effectiveUsers 列表
# 获取此会话的用户名
effective_users_key = "effectiveUsers_user"
effective_users = operation.get("effectiveUsers", [])
if isinstance(effective_users, list) and effective_users:
Expand Down

0 comments on commit caba31d

Please sign in to comment.