From 49594865ea809223df441c87a509d1fcbd83a6f5 Mon Sep 17 00:00:00 2001
From: Matei Adriel <rafaeladriel11@gmail.com>
Date: Tue, 22 Jan 2019 21:54:51 +0200
Subject: [PATCH] typescript(translucid): nnnnnnnnoooooooooooo

Signed-off-by: prescientmoon <git@moonythm.dev>
---
 typescript/translucid/Translucid.js | 4 ++--
 typescript/translucid/Translucid.ts | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/typescript/translucid/Translucid.js b/typescript/translucid/Translucid.js
index 36cf994..26b4b56 100644
--- a/typescript/translucid/Translucid.js
+++ b/typescript/translucid/Translucid.js
@@ -47,8 +47,8 @@ class Translucid {
                 });
             }
             decorated.push((prev) => {
-                console.log(`${__dirname}/../../${filepath}`);
-                // res.contentType(`${__dirname}/../../${filepath}`);
+                // console.log(`${__dirname}/../../${filepath}`);
+                res.contentType(`${__dirname}/../../${filepath}`);
                 res.send(prev);
             });
             decorated[0](readResults);
diff --git a/typescript/translucid/Translucid.ts b/typescript/translucid/Translucid.ts
index 10be791..9a408c8 100644
--- a/typescript/translucid/Translucid.ts
+++ b/typescript/translucid/Translucid.ts
@@ -55,8 +55,8 @@ class Translucid {
                 });
             }
             decorated.push((prev:any):void => {
-                console.log(`${__dirname}/../../${filepath}`);
-                // res.contentType(`${__dirname}/../../${filepath}`);
+                // console.log(`${__dirname}/../../${filepath}`);
+                res.contentType(`${__dirname}/../../${filepath}`);
                 res.send(prev);
             });