More code clean up
This commit is contained in:
@@ -164,7 +164,7 @@ export async function create_ae_obj__post_comment({
|
||||
console.log(`*** create_ae_obj__post_comment() *** account_id=${account_id} post_id=${post_id}`);
|
||||
}
|
||||
|
||||
const result = await api.create_nested_obj_v3({
|
||||
const result = await api.create_nested_obj({
|
||||
api_cfg,
|
||||
parent_type: 'post',
|
||||
parent_id: post_id,
|
||||
@@ -251,7 +251,7 @@ export async function update_ae_obj__post_comment({
|
||||
console.log(`*** update_ae_obj__post_comment() *** post_comment_id=${post_comment_id}`, data_kv);
|
||||
}
|
||||
|
||||
const result = await api.update_ae_obj_v3({
|
||||
const result = await api.update_ae_obj({
|
||||
api_cfg,
|
||||
obj_type: 'post_comment',
|
||||
obj_id: post_comment_id,
|
||||
|
||||
Reference in New Issue
Block a user