You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In typecript, we ensure that authors that arrive at the filter have been transformed into an array. When we call this directly with document YAML, the authors may be a simple string, like:
```
author: Harley Malloc
```
We need to deal with this case as well.
0 commit comments