make JsonNode an any type

This commit is contained in:
filifa 2025-04-06 17:54:05 -04:00
parent 8fac0f5e6b
commit f6f86c3dc4
1 changed files with 1 additions and 2 deletions

View File

@ -26,5 +26,4 @@ mlbstats. If not, see <https://www.gnu.org/licenses/>.
*/
package models
type JsonNode struct {
}
type JsonNode any