| 399 | } |
| 400 | const userData = await loadUserData(); |
| 401 | if (!userData.users[userId]) { |
| 402 | userData.users[userId] = { apiKey, defaultRole: "雷军", defaultRoleId: userData.roles["雷军"] }; |
| 403 | } |
| 404 | userData.users[userId].apiKey = apiKey; |
nothing calls this directly
no outgoing calls
no test coverage detected