fix(#89): fix unsubscribe logic when connected & harden types

This commit is contained in:
tiagosiebler
2021-07-01 23:44:58 +01:00
parent ab3f64579c
commit af4193832f
3 changed files with 47 additions and 45 deletions

View File

@@ -67,4 +67,4 @@ describe('Public Inverse Futures REST API Endpoints', () => {
expect(await api.getApiAnnouncements()).toMatchObject(successResponseList());
});
});
});
});