Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(CreateConfig): use correct type for validateConfigContent
The result of yaml.load is of type "unknown", not "object", so we can't assume the input to validateConfigContent is even an object. Noticed while fixing all errors caused by executing vue-tsc Signed-off-by: Lukas Mertens <[email protected]>
- Loading branch information