From 74433c3e05734aa1194049fcbcaa92c70ce61c74 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 12 Dec 2019 20:53:15 +0100 Subject: refactor: re-structure type definitions --- src/util/RequestThrottler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/RequestThrottler.ts') diff --git a/src/util/RequestThrottler.ts b/src/util/RequestThrottler.ts index d44109bee..c144cb152 100644 --- a/src/util/RequestThrottler.ts +++ b/src/util/RequestThrottler.ts @@ -21,7 +21,7 @@ /** * Imports. */ -import { getTimestampNow, Timestamp } from "../walletTypes"; +import { getTimestampNow, Timestamp } from "../types/walletTypes"; /** * Maximum request per second, per origin. -- cgit v1.2.3