mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-26 08:03:08 +00:00
chore: tweak linter warning
This commit is contained in:
parent
ecf77e0774
commit
075f51f745
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user