@hardbulls/wbsc-crawler
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -8,3 +8,3 @@ export declare enum StandingType { | ||
PLAYOFF = "PLAYOFF", | ||
FINALS = "FINALS", | ||
FINAL_TOURNAMENT = "FINAL_TOURNAMENT", | ||
UNKNOWN = "UNKNOWN", | ||
@@ -11,0 +11,0 @@ WEST = "WEST", |
@@ -12,3 +12,3 @@ "use strict"; | ||
StandingType["PLAYOFF"] = "PLAYOFF"; | ||
StandingType["FINALS"] = "FINALS"; | ||
StandingType["FINAL_TOURNAMENT"] = "FINAL_TOURNAMENT"; | ||
StandingType["UNKNOWN"] = "UNKNOWN"; | ||
@@ -15,0 +15,0 @@ StandingType["WEST"] = "WEST"; |
@@ -26,4 +26,4 @@ "use strict"; | ||
} | ||
if (input.includes("final")) { | ||
return StandingType_1.StandingType.FINALS; | ||
if (input.includes("finalturnier")) { | ||
return StandingType_1.StandingType.FINAL_TOURNAMENT; | ||
} | ||
@@ -30,0 +30,0 @@ if (input.includes("group a") || input.includes("gruppe a")) { |
{ | ||
"name": "@hardbulls/wbsc-crawler", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "Tool to crawl events, leagues and statistics from WBSC based websites.", |
Sorry, the diff of this file is not supported yet
29148