diff options
Diffstat (limited to 'src/channel.rs')
| -rw-r--r-- | src/channel.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/channel.rs b/src/channel.rs index f4d4941..154382a 100644 --- a/src/channel.rs +++ b/src/channel.rs @@ -1,9 +1,9 @@ use chrono::Utc; use rss::Channel; -use crate::config::ChannelConfig; +use crate::config::Config; -pub fn make_new_empty_channel(config: ChannelConfig) -> Channel { +pub fn make_new_empty_channel(config: Config) -> Channel { Channel { title: config.title, link: config.link, |
