Commit 16a90f3d authored by IanShaw027's avatar IanShaw027
Browse files

fix(types): 在 OpsErrorLog 类型中添加 user_email 字段

- 修复 TypeScript 编译错误
- 添加 user_email 字段到 OpsErrorLog 接口
parent 8a0ff152
......@@ -819,6 +819,7 @@ export interface OpsErrorLog {
message: string
user_id?: number | null
user_email: string
api_key_id?: number | null
account_id?: number | null
account_name: string
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment