Stackle is an web communication portal aimed at providing Open Source organizations a platform to have discussions on their github projects and their issues. It provides Github intergration which allows adminstrator of an organization to create a forum thread for the particualr organization. Users signing in is able to view forums of the organizations they contribute to and engage in the forum discussions.
Apache License 2.0
104
stars
146
forks
source link
Properly indent, format and remove unused variables from server.js #78
Before you describe your issue, idea or feature, please consider using this issue template.
Type of issue
Improvement detail
Short description on the issue
The server.js in stackle_api has some unused variables. Also the code is not properly formatted and indented.
Possible fix
I have opened a PR #77 which fixes this issue. I have reformatted and indented the code. I have also removed the unused variables.