container: fetch: remove coinbase-pro

This commit is contained in:
2025-01-04 00:42:49 -08:00
parent ae3caef110
commit f7cf8ca960
2 changed files with 0 additions and 5 deletions

View File

@@ -89,7 +89,6 @@ namespace docker_finance
switch ($subtype) {
case 'bittrex':
case 'coinbase':
case 'coinbase-pro':
case 'gemini':
$api = new exchanges\Fetch($env);
break;