Skip to content

Commit

Permalink
LOCAL: split spyglass locationIDs
Browse files Browse the repository at this point in the history
  • Loading branch information
holmbergius committed Sep 22, 2024
1 parent dc151a3 commit cdd2b1d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/main/resources/bundles/locationID.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,18 @@
{
"id" : "Spyglass",
"name" : "Spyglass",
"locationID" : []
"locationID" : [
{
"name" : "Home",
"id" : "Home"
},
{
"name" : "NMR",
"id" : "NMR"
}


]
}
]
}
Expand Down

0 comments on commit cdd2b1d

Please sign in to comment.