make JsonNode an any type

This commit is contained in:
filifa 2025-04-06 17:54:05 -04:00
parent 35a9a26fbb
commit 638fb44bd0
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 package models
type JsonNode struct { type JsonNode any
}