Skip to content

Commit fa88dfe

Browse files
committed
update color export
1 parent 06c4d46 commit fa88dfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ export default async function conference(fbDb, htConf, outputDir) {
2626
t.tags.map((e) => e.color_background)
2727
);
2828

29-
return new Set(eventColors, tagColors);
29+
return new Set([...eventColors, ...tagColors].filter((t) => t !== null));
3030
}

0 commit comments

Comments
 (0)