mark conn string not ever used yet

This commit is contained in:
Collin M. Barrett 2019-07-04 21:58:07 -05:00
parent e7377e6e42
commit 744b52c61f

View file

@ -1,8 +1,5 @@
using JetBrains.Annotations;
namespace FilterLists.Agent.AppSettings
namespace FilterLists.Agent.AppSettings
{
[UsedImplicitly]
public class ConnectionStringSettings
{
public string FilterListsConnection { get; set; }