We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3523f2b commit 87b9690Copy full SHA for 87b9690
1 file changed
src/Defaults.js
@@ -32,7 +32,7 @@ const defaults = {
32
partnerLogos:
33
"https://s3-us-west-2.amazonaws.com/hackru-internal/partners-logos/",
34
teamInfo: "https://s3-us-west-2.amazonaws.com/hackru-internal/hackru-team/",
35
- freeze: false,
+ freeze: true,
36
teamru: false,
37
teamru_user: false,
38
volunteers: {
@@ -44,7 +44,7 @@ const defaults = {
44
},
45
mailing:
46
"https://hackru.us3.list-manage.com/subscribe?u=457c42db47ebf530a0fc733fb&id=fb01885829",
47
- dayof: true,
+ dayof: false,
48
autocheckin: false, //USE THIS FIELD TO AUTO CHECK-IN USERS!
49
};
50
0 commit comments