mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-08 19:22:57 +00:00
update
Former-commit-id: 5d5c77897e04cbfcb5cf6652dc2d51ed3f192b8c
This commit is contained in:
parent
d9d6a2bf44
commit
a1be42825b
@ -36,7 +36,7 @@ func Pretty(content []byte) (*Content, string, error) {
|
|||||||
|
|
||||||
kind := reflect.ValueOf(data).Kind()
|
kind := reflect.ValueOf(data).Kind()
|
||||||
|
|
||||||
if kind.String() == "invalid" {
|
if kind == reflect.Invalid {
|
||||||
return &Content{}, "", nil
|
return &Content{}, "", nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user