fix: map "Editorial" -> StreamName (#8442)

This commit is contained in:
Jennifer Richards 2025-01-20 11:59:18 -04:00 committed by GitHub
parent ad56d42d9c
commit 65a96948dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"),
}