More code clean up

This commit is contained in:
Scott Idem
2026-03-24 10:56:31 -04:00
parent 42358efe7d
commit d27ec58fe9
43 changed files with 106 additions and 106 deletions

View File

@@ -226,7 +226,7 @@ export async function create_ae_obj__event_badge({
console.log(`*** create_ae_obj__event_badge() *** event_id=${event_id}`);
}
const result = await api.create_nested_obj_v3({
const result = await api.create_nested_obj({
api_cfg,
parent_type: 'event',
parent_id: event_id,
@@ -318,7 +318,7 @@ export async function update_ae_obj__event_badge({
console.log(`*** update_ae_obj__event_badge() *** event_badge_id=${event_badge_id}`);
}
const result = await api.update_nested_obj_v3({
const result = await api.update_nested_obj({
api_cfg,
parent_type: 'event',
parent_id: event_id,