Skip to content

Commit

Permalink
Export Token field in TurnstileTaskSolution
Browse files Browse the repository at this point in the history
  • Loading branch information
venneste committed Aug 27, 2024
1 parent f8fc30c commit 694e578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tasks/turnstileTask.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,5 @@ func (t TurnstileTask) Validate() error {
}

type TurnstileTaskSolution struct {
token string `json:"token"`
Token string `json:"token"`
}

0 comments on commit 694e578

Please sign in to comment.