1
0
Fork 0

fix syntax error

Dieser Commit ist enthalten in:
Faizaan Gagan 2022-02-14 12:26:27 +05:30
Ursprung 7de00ca040
Commit 5a347b656a

Datei anzeigen

@ -118,7 +118,7 @@ function buildSubscriptionContent(feature, attribute, currentSubscription) {
let values = attributes[attribute]; let values = attributes[attribute];
if (typeof values === 'object') { if (typeof values === 'object') {
values = Object.keys(values): values = Object.keys(values);
} }
return values.map((value) => { return values.map((value) => {