From 034c7c083adf5433f1956753cd1b98d54483db4a Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 5 Mar 2017 12:09:34 +0900 Subject: fix --- src/api/endpoints.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/api/endpoints.ts') diff --git a/src/api/endpoints.ts b/src/api/endpoints.ts index e19297207f..b8388fea42 100644 --- a/src/api/endpoints.ts +++ b/src/api/endpoints.ts @@ -1,4 +1,4 @@ -import * as ms from 'ms'; +const ms = require('ms'); /** * エンドポイントを表します。 -- cgit v1.2.3-freya