From d4e6561f2d65e2deab3a418f55b4ae4d8b6c8457 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Thu, 1 Oct 2020 20:45:43 +0200 Subject: [bug] remove apiURL from bonafide it seems this was an attempt to make this injectable for tests, but it can work by changing config variables too. --- pkg/backend/init.go | 1 - 1 file changed, 1 deletion(-) (limited to 'pkg/backend/init.go') diff --git a/pkg/backend/init.go b/pkg/backend/init.go index f7dd87a..f76ab49 100644 --- a/pkg/backend/init.go +++ b/pkg/backend/init.go @@ -117,5 +117,4 @@ func initializeAutostart(conf *config.Config) bitmask.Autostart { log.Printf("Error enabling autostart: %v", err) } return autostart - } -- cgit v1.2.3