diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2020-10-01 20:45:43 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2020-10-02 13:28:36 +0200 |
commit | d4e6561f2d65e2deab3a418f55b4ae4d8b6c8457 (patch) | |
tree | 074f245afcafa333e05d1df1d53cb794f41e1a59 /pkg/backend/init.go | |
parent | f798e3f30b6eb69b3655159f07a27571fb737e2b (diff) |
[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.
Diffstat (limited to 'pkg/backend/init.go')
-rw-r--r-- | pkg/backend/init.go | 1 |
1 files changed, 0 insertions, 1 deletions
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 - } |