From 53789ac725a10898d42dc17ecd6bd4384176ac18 Mon Sep 17 00:00:00 2001 From: Sayem Chowdhury Date: Wed, 4 Aug 2021 02:00:29 +0600 Subject: [PATCH] fix ts --- __tests__/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/api.ts b/__tests__/api.ts index fe55019..e073f63 100644 --- a/__tests__/api.ts +++ b/__tests__/api.ts @@ -14,7 +14,7 @@ const ALB_ID = '302127'; test.serial('GET USER INFO', async (t) => { // Init api with hifi account - await api.initDeezerApi(process.env.HIFI_ARL); + await api.initDeezerApi(process.env.HIFI_ARL as string); // Now get user info const response = await api.getUser();