Skip to content

Commit

Permalink
Add 1834 and 1835 to the list of public parent tags (#2814)
Browse files Browse the repository at this point in the history
fixes #2815
  • Loading branch information
mlbrgl authored Oct 20, 2023
2 parents d176f88 + 99996be commit 81299ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/model/Chart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { OPENAI_API_KEY } from "../../settings/serverSettings.js"
// XXX hardcoded filtering to public parent tags
export const PUBLIC_TAG_PARENT_IDS = [
1515, 1507, 1513, 1504, 1502, 1509, 1506, 1501, 1514, 1511, 1500, 1503,
1505, 1508, 1512, 1510,
1505, 1508, 1512, 1510, 1834, 1835,
]

@Entity("charts")
Expand Down

0 comments on commit 81299ce

Please sign in to comment.