Skip to content

Commit fea47c1

Browse files
authored
No need to throw here.
1 parent 8648407 commit fea47c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/App/Views/Blog/BlogActions+Model.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ enum BlogActions {
3131

3232
var summaries: [PostSummary]
3333

34-
init() throws {
34+
init() {
3535
let blogIndexYmlPath = Current.fileManager.workingDirectory()
3636
.appending("Resources/Blog/posts.yml")
3737
do {

0 commit comments

Comments
 (0)