added missing cast import

This commit is contained in:
Gani Georgiev
2025-03-29 09:37:37 +02:00
parent 2ca9b63138
commit ea7320746f

View File

@@ -5,6 +5,7 @@ import (
"encoding/json"
"github.com/pocketbase/pocketbase/tools/types"
"github.com/spf13/cast"
"golang.org/x/oauth2"
)