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