More code clean up

This commit is contained in:
Scott Idem
2026-03-24 10:54:40 -04:00
parent 8e61bd0ba1
commit 42358efe7d
43 changed files with 228 additions and 228 deletions

View File

@@ -28,7 +28,7 @@ export async function load_ae_obj_id__post_comment({
}
ae_promises.load__post_comment_obj = await api
.get_ae_obj_v3({
.get_ae_obj({
api_cfg: api_cfg,
obj_type: 'post_comment',
obj_id: post_comment_id,
@@ -105,7 +105,7 @@ export async function load_ae_obj_li__post_comment({
}
ae_promises.load__post_comment_obj_li = await api
.get_ae_obj_li_v3({
.get_ae_obj_li({
api_cfg: api_cfg,
obj_type: 'post_comment',
for_obj_type,
@@ -215,7 +215,7 @@ export async function delete_ae_obj_id__post_comment({
console.log(`*** delete_ae_obj_id__post_comment() *** post_comment_id=${post_comment_id}`);
}
const result = await api.delete_ae_obj_v3({
const result = await api.delete_ae_obj({
api_cfg,
obj_type: 'post_comment',
obj_id: post_comment_id,