make JsonNode an any type
This commit is contained in:
parent
35a9a26fbb
commit
638fb44bd0
|
@ -26,5 +26,4 @@ mlbstats. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
package models
|
package models
|
||||||
|
|
||||||
type JsonNode struct {
|
type JsonNode any
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue