From 11e38a82bd6fd9579f7947a0230f1f0afb422257 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Mon, 10 May 2021 20:24:52 +0300 Subject: Lazyload the private key --- src/schema.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/schema.rs') 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 { pub key: String, } +// Students who are authorized to have Gradecoin accounts lazy_static! { static ref OUR_STUDENTS: HashSet<(&'static str, &'static str)> = { [ -- cgit v1.2.3-70-g09d2