fixed layout name in migration ('audio' -> 'music') (#89)

Co-authored-by: Igor Lobanov <igor.lobanov@onetwotrip.com>
This commit is contained in:
Ilya Y
2023-10-10 16:37:28 +03:00
committed by GitHub
parent 889f802429
commit de04c47120
4 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ ts = datetime.now(tz=timezone.utc)
type2layout = {
"Article": "article",
"Literature": "literature",
"Music": "audio",
"Music": "music",
"Video": "video",
"Image": "image",
}