fix build

This commit is contained in:
Tommy Parnell
2015-10-10 12:21:57 -04:00
parent 32ae44380f
commit 6a8f62f814

View File

@@ -34,7 +34,7 @@ namespace DotNetMashup.Web.Factory
{
new GitHubRepository(config),
new BlogPostRepository(data, setting),
new TwitterRepository(setting)
new TwitterRepository(setting, config)
};
this.cache = cache;
}