"...src/components/git@web.lueluesay.top:chenxi/sub2api.git" did not exist on "a07174c19181cd3239a19f765cf8d128182a8df8"
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 { ...@@ -819,6 +819,7 @@ export interface OpsErrorLog {
message: string message: string
user_id?: number | null user_id?: number | null
user_email: string
api_key_id?: number | null api_key_id?: number | null
account_id?: number | null account_id?: number | null
account_name: string 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