Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
schedules-legacy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
17
Issues
17
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SRCT
schedules-legacy
Commits
08c0b727
Commit
08c0b727
authored
Dec 31, 2016
by
Mark Stenglein
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Linting and cleanup take 3.1
parent
34bce523
Pipeline
#714
passed with stage
in 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
routes/api/v1.js
routes/api/v1.js
+2
-2
No files found.
routes/api/v1.js
View file @
08c0b727
...
...
@@ -269,10 +269,10 @@ router.get('/ical/:SCHOOL/:SEMSLUG/:SECTIONS', function (req, res, next) {
).
then
(
function
(
queries
)
{
// Check for invalid responses and throw appropriate errors
if
(
!
queries
[
0
])
{
throw
new
helpers
.
u
serException
(
'
Invalid School Given!
'
)
throw
new
helpers
.
U
serException
(
'
Invalid School Given!
'
)
}
if
(
!
queries
[
1
])
{
throw
new
helpers
.
u
serException
(
'
Invalid Semester Given
'
)
throw
new
helpers
.
U
serException
(
'
Invalid Semester Given
'
)
}
// Generate the calendar
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment