fix(curriculum): add a function call to seed contents (#44512)

This commit is contained in:
HiddenOgre28
2022-01-07 08:04:59 -03:00
committed by GitHub
parent e904d9c871
commit aa0ae1ae67

View File

@ -72,6 +72,7 @@ function urlSlug(title) {
}
// Only change code above this line
urlSlug("A Mind Needs Books Like A Sword Needs A Whetstone");
```
# --solutions--