diff --git a/store/db/sqlite/workspace_setting.go b/store/db/sqlite/workspace_setting.go index b30c00c..06d465d 100644 --- a/store/db/sqlite/workspace_setting.go +++ b/store/db/sqlite/workspace_setting.go @@ -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) {