mirror of
https://github.com/tribufu/tribufu-js
synced 2026-06-01 09:42:36 +00:00
Fix getServerByAddress returning array
This commit is contained in:
parent
725b5f1a4c
commit
51addfcd53
1 changed files with 1 additions and 1 deletions
|
|
@ -312,7 +312,7 @@ export class TribufuApi {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
return responseBody;
|
return responseBody[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue