Fix tests and linter errors

This commit is contained in:
Daniel
2020-10-15 11:31:04 +02:00
parent cfafbfca4e
commit b9c5bee864
3 changed files with 8 additions and 7 deletions

View File

@@ -22,8 +22,8 @@ const (
var (
profileDB = database.NewInterface(&database.Options{
Local: true,
Internal: true,
Local: true,
Internal: true,
})
)