Skip to content

Commit 8a0b382

Browse files
committed
fix blog category
1 parent 904db08 commit 8a0b382

File tree

16 files changed

+40
-56
lines changed

16 files changed

+40
-56
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
enum Blog {
2+
23
enum Post {
34

45
}
6+
7+
enum Category {
8+
9+
}
510
}

Chapter 04/myProject/Sources/App/Modules/Blog/Objects/BlogCategory.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
import Foundation
22

3-
extension Blog {
4-
5-
enum Category {
6-
7-
}
8-
}
9-
103
extension Blog.Category {
114

125
struct List: Codable {
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
enum Blog {
2+
23
enum Post {
34

45
}
6+
7+
enum Category {
8+
9+
}
510
}

Chapter 05/myProject/Sources/App/Modules/Blog/Objects/BlogCategory.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
import Foundation
22

3-
extension Blog {
4-
5-
enum Category {
6-
7-
}
8-
}
9-
103
extension Blog.Category {
114

125
struct List: Codable {
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
enum Blog {
2+
23
enum Post {
34

45
}
6+
7+
enum Category {
8+
9+
}
510
}

Chapter 06/myProject/Sources/App/Modules/Blog/Objects/BlogCategory.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
import Foundation
22

3-
extension Blog {
4-
5-
enum Category {
6-
7-
}
8-
}
9-
103
extension Blog.Category {
114

125
struct List: Codable {
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
enum Blog {
2+
23
enum Post {
34

45
}
6+
7+
enum Category {
8+
9+
}
510
}

Chapter 07/myProject/Sources/App/Modules/Blog/Objects/BlogCategory.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
import Foundation
22

3-
extension Blog {
4-
5-
enum Category {
6-
7-
}
8-
}
9-
103
extension Blog.Category {
114

125
struct List: Codable {
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
enum Blog {
2+
23
enum Post {
34

45
}
6+
7+
enum Category {
8+
9+
}
510
}

Chapter 08/myProject/Sources/App/Modules/Blog/Objects/BlogCategory.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
import Foundation
22

3-
extension Blog {
4-
5-
enum Category {
6-
7-
}
8-
}
9-
103
extension Blog.Category {
114

125
struct List: Codable {

0 commit comments

Comments
 (0)