From 20f2bff9b578fe6fc0ded9d4f6250a52ca6829de Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 20 Jun 2014 09:55:30 -0400 Subject: [PATCH] fix(flop) read: time raw --- lib/server/flop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/server/flop.js b/lib/server/flop.js index b0cebd96..a1bbac6c 100644 --- a/lib/server/flop.js +++ b/lib/server/flop.js @@ -45,7 +45,7 @@ break; case 'time raw': - time.get(path, callback); + time.get(path, 'raw', callback); break; default: