Skip to content

Commit 8f5f8d8

Browse files
committed
Fix postal code in 2026 venue address
1 parent 5473432 commit 8f5f8d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/jsonld/event2026.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@type": "PostalAddress",
1313
"addressCountry": "CH",
1414
"addressLocality": "Bern",
15-
"postalCode": "13014",
15+
"postalCode": "3014",
1616
"streetAddress": "Hilfikerstrasse 1"
1717
},
1818
"geo": {
@@ -23,4 +23,4 @@
2323
"name": "SBB Headquaters"
2424
},
2525
"potentialAction": []
26-
}
26+
}

0 commit comments

Comments
 (0)