More code clean up
This commit is contained in:
@@ -197,7 +197,7 @@ export async function create_ae_obj__event_presenter({
|
||||
console.error('create_ae_obj__event_presenter: event_presentation_id is required');
|
||||
return null;
|
||||
}
|
||||
const result = await api.create_nested_obj_v3({
|
||||
const result = await api.create_nested_obj({
|
||||
api_cfg,
|
||||
for_obj_type: 'event_presentation',
|
||||
for_obj_id: event_presentation_id,
|
||||
@@ -278,7 +278,7 @@ export async function update_ae_obj__event_presenter({
|
||||
console.error('update_ae_obj__event_presenter: event_presentation_id is required');
|
||||
return null;
|
||||
}
|
||||
const result = await api.update_nested_obj_v3({
|
||||
const result = await api.update_nested_obj({
|
||||
api_cfg,
|
||||
for_obj_type: 'event_presentation',
|
||||
for_obj_id: event_presentation_id,
|
||||
|
||||
Reference in New Issue
Block a user