chore: tweak linter warning

This commit is contained in:
Steven 2024-07-29 22:07:23 +08:00
parent ecf77e0774
commit 075f51f745

View File

@ -6,9 +6,10 @@ import (
"slices" "slices"
"strings" "strings"
"google.golang.org/protobuf/encoding/protojson"
storepb "github.com/yourselfhosted/slash/proto/gen/store" storepb "github.com/yourselfhosted/slash/proto/gen/store"
"github.com/yourselfhosted/slash/store" "github.com/yourselfhosted/slash/store"
"google.golang.org/protobuf/encoding/protojson"
) )
func (d *DB) UpsertWorkspaceSetting(ctx context.Context, upsert *storepb.WorkspaceSetting) (*storepb.WorkspaceSetting, error) { func (d *DB) UpsertWorkspaceSetting(ctx context.Context, upsert *storepb.WorkspaceSetting) (*storepb.WorkspaceSetting, error) {