mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
fix license display in marketplace
This commit is contained in:
@@ -49,7 +49,7 @@ export class LiveApiService extends ApiService {
|
|||||||
urls: string[],
|
urls: string[],
|
||||||
params: Record<string, string | number>,
|
params: Record<string, string | number>,
|
||||||
): Promise<string> {
|
): Promise<string> {
|
||||||
for (let url in urls) {
|
for (const url of urls) {
|
||||||
try {
|
try {
|
||||||
const res = await this.httpRequest<string>({
|
const res = await this.httpRequest<string>({
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
|
|||||||
Reference in New Issue
Block a user