fix: map "Editorial" -> StreamName (#8442)
This commit is contained in:
parent
ad56d42d9c
commit
65a96948dc
|
@ -373,6 +373,7 @@ def update_docs_from_rfc_index(
|
||||||
"INDEPENDENT": StreamName.objects.get(slug="ise"),
|
"INDEPENDENT": StreamName.objects.get(slug="ise"),
|
||||||
"IRTF": StreamName.objects.get(slug="irtf"),
|
"IRTF": StreamName.objects.get(slug="irtf"),
|
||||||
"IAB": StreamName.objects.get(slug="iab"),
|
"IAB": StreamName.objects.get(slug="iab"),
|
||||||
|
"Editorial": StreamName.objects.get(slug="editorial"),
|
||||||
"Legacy": StreamName.objects.get(slug="legacy"),
|
"Legacy": StreamName.objects.get(slug="legacy"),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue