@xuda.io/account_module 1.2.985 → 1.2.986
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.mjs +1 -0
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -2400,6 +2400,7 @@ export const ts_contact = async function (contact_id) {
|
|
|
2400
2400
|
};
|
|
2401
2401
|
|
|
2402
2402
|
export const get_ai_usage = async function (req, job_id, headers) {
|
|
2403
|
+
const { uid } = req;
|
|
2403
2404
|
const app_id = await get_account_default_project_id(uid);
|
|
2404
2405
|
|
|
2405
2406
|
const d = new Date(); // directly use milliseconds
|