fix remaining type mismatches
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
4dd8b8d8c6
commit
b0acae6e77
3 changed files with 5 additions and 5 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue