Skip to content

Commit b92178a

Browse files
committed
Fix: remove unused field
1 parent 7c9512a commit b92178a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/api/turnstile.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ type TokenValidateResponse struct {
1717
ErrorCodes []string `json:"error-codes"`
1818
Success bool `json:"success"`
1919
Action string `json:"action"`
20-
CData int `json:"cdata"`
2120
}
2221

2322
func ValidateTurnstileToken(token string, secret string, remoteIp string) (bool, error) {

0 commit comments

Comments
 (0)