Created
February 24, 2012 14:37
-
-
Save marlun/1901305 to your computer and use it in GitHub Desktop.
Indentation problems
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
increaseIndexAbove model.index, (err) -> | |
if err | |
res.send 500 | |
throw err | |
else | |
insertNewModel model, (err) -> | |
if err | |
res.send 500 | |
throw err | |
else | |
res.send model |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment