Clean up before I wrap up for the day.

This commit is contained in:
Scott Idem
2024-09-25 18:54:45 -04:00
parent 32ca117b11
commit 702da83ce5
4 changed files with 9 additions and 5 deletions

View File

@@ -589,8 +589,11 @@ export function db_save_ae_obj_li__post(
account_id: obj.account_id_random,
title: null|string;
content?: null|string;
topic_id: obj.topic_id,
topic: obj.topic,
title: obj.title,
content: obj.content,
anonymous: obj.anonymous,
full_name: obj.full_name,