mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
Remove unused baseURL properties
This commit is contained in:
parent
dd96d95fc4
commit
f9055f82c2
2 changed files with 0 additions and 4 deletions
|
|
@ -40,8 +40,6 @@ final class JSONFeedWriter {
|
|||
let feedPath: String
|
||||
let postsPath: String
|
||||
|
||||
var baseURL: URL!
|
||||
|
||||
init(fileManager: FileManager = .default, feedPath: String = "feed.json", postsPath: String = "posts") {
|
||||
self.fileManager = fileManager
|
||||
self.feedPath = feedPath
|
||||
|
|
|
|||
|
|
@ -41,8 +41,6 @@ final class RSSFeedWriter {
|
|||
let feedPath: String
|
||||
let postsPath: String
|
||||
|
||||
var baseURL: URL!
|
||||
|
||||
init(fileManager: FileManager = .default, feedPath: String = "feed.xml", postsPath: String = "posts") {
|
||||
self.fileManager = fileManager
|
||||
self.feedPath = feedPath
|
||||
|
|
|
|||
Loading…
Reference in a new issue