mirror of
https://github.com/d-fi/d-fi-core.git
synced 2025-07-28 16:14:30 +02:00
fix ts
This commit is contained in:
parent
3bb0ac2dcd
commit
53789ac725
@ -14,7 +14,7 @@ const ALB_ID = '302127';
|
|||||||
|
|
||||||
test.serial('GET USER INFO', async (t) => {
|
test.serial('GET USER INFO', async (t) => {
|
||||||
// Init api with hifi account
|
// 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
|
// Now get user info
|
||||||
const response = await api.getUser();
|
const response = await api.getUser();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user