Skip to content

Commit

Permalink
fix: map "Editorial" -> StreamName (#8442)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-richards authored Jan 20, 2025
1 parent ad56d42 commit 65a9694
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ietf/sync/rfceditor.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ def update_docs_from_rfc_index(
"INDEPENDENT": StreamName.objects.get(slug="ise"),
"IRTF": StreamName.objects.get(slug="irtf"),
"IAB": StreamName.objects.get(slug="iab"),
"Editorial": StreamName.objects.get(slug="editorial"),
"Legacy": StreamName.objects.get(slug="legacy"),
}

Expand Down

0 comments on commit 65a9694

Please sign in to comment.