@xuda.io/account_module 1.2.2172 → 1.2.2173
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 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -3581,7 +3581,7 @@ export const record_ai_usage = async function (uid, input_tokens, output_tokens,
|
|
|
3581
3581
|
tools,
|
|
3582
3582
|
};
|
|
3583
3583
|
const save_ret = await db_module.save_couch_doc('xuda_usage', usage_doc);
|
|
3584
|
-
|
|
3584
|
+
console.log(save_ret);
|
|
3585
3585
|
} catch (err) {
|
|
3586
3586
|
console.error(err);
|
|
3587
3587
|
}
|