Skip to content

Commit

Permalink
catch missing types
Browse files Browse the repository at this point in the history
  • Loading branch information
bmesuere authored Aug 18, 2024
1 parent 33e5966 commit a11457b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/data/data.json.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ function type2emoji(type) {
if (type === "mountains") return "⛰️⛰️";
if (type === "flat") return "🏁";
if (type === "time") return "⏱️";
return "";
}

0 comments on commit a11457b

Please sign in to comment.