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