Some clean-up in criteria package

This commit is contained in:
Deluan 2022-10-03 12:25:04 -04:00
parent 12b4a48842
commit bbd3882a75
4 changed files with 14 additions and 16 deletions

View file

@ -6,9 +6,8 @@ import (
"errors"
"strings"
"github.com/navidrome/navidrome/log"
"github.com/Masterminds/squirrel"
"github.com/navidrome/navidrome/log"
)
type Expression = squirrel.Sqlizer