From 005acdd08103ac24235061be1992497a2c2ac2d9 Mon Sep 17 00:00:00 2001 From: Anton Mushnin Date: Mon, 13 May 2024 19:19:21 +0300 Subject: [PATCH] empty tokens fix --- web/src/tokenInterfaces/FullcountPlayerAPI.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/tokenInterfaces/FullcountPlayerAPI.ts b/web/src/tokenInterfaces/FullcountPlayerAPI.ts index 30365497..d687d914 100644 --- a/web/src/tokenInterfaces/FullcountPlayerAPI.ts +++ b/web/src/tokenInterfaces/FullcountPlayerAPI.ts @@ -65,7 +65,7 @@ export async function fetchFullcountPlayerTokens() { "error_domain:fcplayer", `error:fcplayer-tokens`, ]); - return []; + throw e; } }