Trying to get the activity logs to work... Create!

This commit is contained in:
Scott Idem
2025-12-16 12:02:18 -05:00
parent f403a3dd59
commit a7ad5ff7fa
3 changed files with 27 additions and 81 deletions

View File

@@ -156,6 +156,11 @@ export async function create_ae_obj__activity_log({
}) {
console.log(`*** create_ae_obj__activity_log() *** account_id=${account_id}`);
if (!account_id) {
console.log(`ERROR: Journals - Journal - account_id required to create`);
return false;
}
ae_promises.create__activity_log = await api
.create_ae_obj_crud({
api_cfg: api_cfg,