mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
Merge branch 'feat/preferred-port-design' of github.com:Start9Labs/start-os into feat/preferred-port-design
This commit is contained in:
@@ -49,7 +49,7 @@ export class LiveApiService extends ApiService {
|
||||
urls: string[],
|
||||
params: Record<string, string | number>,
|
||||
): Promise<string> {
|
||||
for (let url in urls) {
|
||||
for (const url of urls) {
|
||||
try {
|
||||
const res = await this.httpRequest<string>({
|
||||
method: 'GET',
|
||||
|
||||
Reference in New Issue
Block a user