mirror of
https://github.com/LukeHagar/plexgo.git
synced 2025-12-09 20:47:49 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.635.1
This commit is contained in:
@@ -14,8 +14,6 @@ import (
|
||||
"strconv"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/ericlagergren/decimal"
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -183,8 +181,6 @@ func valToString(val interface{}) string {
|
||||
return v.Format(time.RFC3339Nano)
|
||||
case big.Int:
|
||||
return v.String()
|
||||
case decimal.Big:
|
||||
return v.String()
|
||||
default:
|
||||
return fmt.Sprintf("%v", v)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user