Created
May 15, 2020 10:38
-
-
Save j-d/e6c88e62347285a4c6de693c498ea070 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| window.schoolPickerParameters = { | |
| token: '', | |
| availableStatus: [ | |
| 0, //Open | |
| // 1, // Proposed to open | |
| 2, // Open, but proposed to close | |
| // 3, // Closed | |
| ], | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment