From 07cdfb2e4ec761021477271776b81f33af0e731d Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 17 Mar 2021 17:56:37 +0100 Subject: towards wallet-core / util split --- packages/taler-wallet-core/src/util/RequestThrottler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/taler-wallet-core/src/util/RequestThrottler.ts') diff --git a/packages/taler-wallet-core/src/util/RequestThrottler.ts b/packages/taler-wallet-core/src/util/RequestThrottler.ts index 0bdd7cab7..b38e948fe 100644 --- a/packages/taler-wallet-core/src/util/RequestThrottler.ts +++ b/packages/taler-wallet-core/src/util/RequestThrottler.ts @@ -25,7 +25,7 @@ import { getTimestampNow, timestampDifference, timestampCmp, -} from "../util/time"; +} from "@gnu-taler/taler-util"; import { URL } from "./url"; import { Logger } from "./logging"; -- cgit v1.2.3