Commit f3180045 authored by johnnyjoy's avatar johnnyjoy

chore: fix import order

parent 58a867e4
...@@ -6,8 +6,9 @@ import ( ...@@ -6,8 +6,9 @@ import (
"strings" "strings"
"github.com/pkg/errors" "github.com/pkg/errors"
"github.com/usememos/memos/plugin/filter"
exprv1 "google.golang.org/genproto/googleapis/api/expr/v1alpha1" exprv1 "google.golang.org/genproto/googleapis/api/expr/v1alpha1"
"github.com/usememos/memos/plugin/filter"
) )
func RestoreExprToSQL(expr *exprv1.Expr) (string, error) { func RestoreExprToSQL(expr *exprv1.Expr) (string, error) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment