We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8648407 commit fea47c1Copy full SHA for fea47c1
Sources/App/Views/Blog/BlogActions+Model.swift
@@ -31,7 +31,7 @@ enum BlogActions {
31
32
var summaries: [PostSummary]
33
34
- init() throws {
+ init() {
35
let blogIndexYmlPath = Current.fileManager.workingDirectory()
36
.appending("Resources/Blog/posts.yml")
37
do {
0 commit comments