Skip to content

Commit

Permalink
update gateway sync
Browse files Browse the repository at this point in the history
  • Loading branch information
burningtree committed May 24, 2023
1 parent f402a97 commit 11b97b3
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 73 deletions.
4 changes: 3 additions & 1 deletion data/23/events/gateway/_sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ export async function data(tools) {
for (const el of $("#speakers div.w-full.relative").toArray()) {
const value = (path) => cleanup($(path, el).text());
const name = value("h3 span");

if (!name) {
continue
}
const item = {
id: tools.formatId(name),
name,
Expand Down
Loading

0 comments on commit 11b97b3

Please sign in to comment.