Skip to content

Commit

Permalink
change bled to meta hackathon web3privacy/events#7
Browse files Browse the repository at this point in the history
  • Loading branch information
burningtree committed Mar 16, 2024
1 parent 1a6088c commit e920180
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions schema/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ $defs:
- hackathon
- privacy-corner
- online-summit
- meta-hackathon
- congress
confirmed:
type: boolean
tags:
Expand Down
4 changes: 2 additions & 2 deletions src/events/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,9 @@
design:
image: summit02

- id: h24ble
- id: q24ble
issue: 7
type: hackathon
type: meta-hackathon
date: "2024-06-19"
days: 7
city: Bled
Expand Down
1 change: 1 addition & 0 deletions utils/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const eventTypes = {
hackathon: { code: "h" },
"privacy-corner": { code: "c" },
"online-summit": { code: "os" },
'meta-hackathon': { code: "q" },
};
const usedIds = [];
for (const event of engine.rendered.events) {
Expand Down

0 comments on commit e920180

Please sign in to comment.