Skip to content

Commit

Permalink
Merge branch 'staging' into feat/generic-api-wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
ExampleWasTaken authored Oct 27, 2024
2 parents 7e46e6b + 55cfd0e commit e4eca0d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

Update <small>_ October 2024</small>

- fix: role assignment typo for server announcements (22/10/2024)

Update <small>_ August 2024</small>

- feat: add runway information to simbriefdata (08/08/2024)
Expand Down
2 changes: 1 addition & 1 deletion config/production.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"group": "mediaAnnouncements",
"roles": [
{
"id": "SERVER_ANNOUNCEMENT",
"id": "SERVER_ANNOUNCEMENTS",
"label": "Server Announcements"
},
{
Expand Down
4 changes: 2 additions & 2 deletions config/staging.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"group": "mediaAnnouncements",
"roles": [
{
"id": "SERVER_ANNOUNCEMENT",
"id": "SERVER_ANNOUNCEMENTS",
"label": "Server Announcements"
},
{
Expand Down Expand Up @@ -98,7 +98,7 @@
"MEDIA_TEAM": "1162822767079588000",
"MODERATION_TEAM": "1162821885202006188",
"PROGRESS_ANNOUNCEMENT": "1162823072089387150",
"SERVER_ANNOUNCEMENT": "1162823032092495892",
"SERVER_ANNOUNCEMENTS": "1162823032092495892",
"TESTER": "1162822140391850006"
},
"threads": {
Expand Down

0 comments on commit e4eca0d

Please sign in to comment.