From 45498f2b93d930a84189d18c86f3e3faf8750e85 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 28 Aug 2019 16:42:26 -0700 Subject: [PATCH] All providers should have 'supported_types' even if it is empty. --- share/lifted/providers/dummy/provider.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/share/lifted/providers/dummy/provider.toml b/share/lifted/providers/dummy/provider.toml index f5b7880a..3415f111 100644 --- a/share/lifted/providers/dummy/provider.toml +++ b/share/lifted/providers/dummy/provider.toml @@ -1,4 +1,5 @@ display = "Dummy" +supported_types = [] [settings-info] # This provider has no settings.