From dfb4d3b98f5206248752fe48422f0cdf39079fdc Mon Sep 17 00:00:00 2001 From: muerwre Date: Tue, 26 Feb 2019 10:10:25 +0700 Subject: [PATCH] removed darq --- src/constants/providers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/providers.ts b/src/constants/providers.ts index 2f44276..203ef0b 100644 --- a/src/constants/providers.ts +++ b/src/constants/providers.ts @@ -66,7 +66,7 @@ const TILEMAPS: ITileMaps = { }, }; -const ENABLED: Array = ['BLANK', 'DEFAULT', 'DGIS', 'HOT', 'DARQ']; +const ENABLED: Array = ['BLANK', 'DEFAULT', 'DGIS', 'HOT']; export const DEFAULT_PROVIDER: keyof ITileMaps = ENABLED[0]; export const PROVIDERS: Partial = ENABLED.reduce((obj, provider) => ({