Skip to content

Commit

Permalink
Revert "ActivityIdToIdx rm institute"
Browse files Browse the repository at this point in the history
This reverts commit a990f57.
  • Loading branch information
bookpanda committed Jun 30, 2024
1 parent a990f57 commit b15a02b
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions constant/stamp.constant.go
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
package constant

var ActivityIdToIdx = map[string]int{
"workshop-1": 0,
"workshop-2": 1,
"workshop-3": 2,
"workshop-4": 3,
"workshop-5": 4,
"landmark-1": 5,
"landmark-2": 6,
"landmark-3": 7,
"landmark-4": 8,
"workshop-1": 0,
"workshop-2": 1,
"workshop-3": 2,
"workshop-4": 3,
"workshop-5": 4,
"landmark-1": 5,
"landmark-2": 6,
"landmark-3": 7,
"landmark-4": 8,
"institute-1": 9,
"institute-2": 10,
}

0 comments on commit b15a02b

Please sign in to comment.