mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
fix license display in marketplace
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