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 f72fdff commit 8262116Copy full SHA for 8262116
Sources/SteamPress/Repositories/SteamPressRepository.swift
@@ -10,7 +10,7 @@ public protocol BlogTagRepository {
10
// tags that have no posts associated with a tag
11
func deleteTags(for post: BlogPost, on container: Container) -> EventLoopFuture<Void>
12
func remove(_ tag: BlogTag, from post: BlogPost, on container: Container) -> EventLoopFuture<Void>
13
- func add(_ tag: BlogTag, to post: BlogPost, on conainter: Container) -> EventLoopFuture<Void>
+ func add(_ tag: BlogTag, to post: BlogPost, on container: Container) -> EventLoopFuture<Void>
14
}
15
16
public protocol BlogPostRepository {
0 commit comments