fix remaining type mismatches

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-10-19 21:13:31 +01:00
parent 4dd8b8d8c6
commit b0acae6e77
3 changed files with 5 additions and 5 deletions

View file

@ -120,7 +120,7 @@ export class IntegrationManagers {
if (!data) return;
const uiUrl = w.content['url'];
const apiUrl = data['api_url'];
const apiUrl = data['api_url'] as string;
if (!apiUrl || !uiUrl) return;
const manager = new IntegrationManagerInstance(