chore: tweak linter warning

This commit is contained in:
Steven 2024-07-29 22:13:56 +08:00
parent 075f51f745
commit d513e89438

View File

@ -6,9 +6,10 @@ import (
"slices"
"strings"
"google.golang.org/protobuf/encoding/protojson"
storepb "github.com/yourselfhosted/slash/proto/gen/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) {