diff options
Diffstat (limited to 'src/schema.rs')
-rw-r--r-- | src/schema.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/schema.rs b/src/schema.rs index 77e22c1..bbd4628 100644 --- a/src/schema.rs +++ b/src/schema.rs | |||
@@ -315,6 +315,7 @@ pub struct InitialAuthRequest { | |||
315 | pub key: String, | 315 | pub key: String, |
316 | } | 316 | } |
317 | 317 | ||
318 | // Students who are authorized to have Gradecoin accounts | ||
318 | lazy_static! { | 319 | lazy_static! { |
319 | static ref OUR_STUDENTS: HashSet<(&'static str, &'static str)> = { | 320 | static ref OUR_STUDENTS: HashSet<(&'static str, &'static str)> = { |
320 | [ | 321 | [ |