api: include missing field
All checks were successful
On_Push / lint_fmt (push) Successful in 5s
On_Push / lint_clippy (push) Successful in 12s
On_Push / build (push) Successful in 1m45s
On_Push / deploy (push) Successful in 12s

This commit is contained in:
silver 2024-09-02 13:51:58 +01:00
parent 50d2923425
commit 8ba92cc47e
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -517,6 +517,7 @@ pub mod get_data {
first_name: String,
last_name: String,
contact_email: String,
opt_in_email: String,
student_id: Option<String>,
note: Option<String>,
expiry: String,