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

@@ -19,8 +19,8 @@ export interface Post {
external_person_id?: null|string; // For IDAA this is the Novi UUID
user_id?: null|string;
topic_id: string;
topic: string; // or topic_name?
topic_id?: string;
topic?: string; // or topic_name?
// name: null|string;
// summary?: null|string;