From d93f4907b869dfebb2ba28be600f447b7d664427 Mon Sep 17 00:00:00 2001 From: dhuy Date: Mon, 26 May 2014 14:38:27 -0300 Subject: [PATCH] Refactoring the source code of endpoints files --- endpoints/video.js | 2 ++ endpoints/video_legenda.js | 2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/endpoints/video.js b/endpoints/video.js index c1a03e5..a33ef4e 100644 --- a/endpoints/video.js +++ b/endpoints/video.js @@ -89,6 +89,8 @@ function init(req, res) { requesting.write(data); requesting.end(); + + return; } var path = url.parse(req.body.callback); diff --git a/endpoints/video_legenda.js b/endpoints/video_legenda.js index 1855cdf..92cd1bf 100644 --- a/endpoints/video_legenda.js +++ b/endpoints/video_legenda.js @@ -101,6 +101,8 @@ function init(req, res) { requesting.write(data); requesting.end(); + + return; } var path = url.parse(req.body.callback); -- libgit2 0.21.2