Skip to content

Commit 46760d9

Browse files
committed
undo small change
1 parent 2de46df commit 46760d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webroot/adm/service-link.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ <h1>UID2 Env - Service Link Management</h1>
118118
serviceIdInput,
119119
siteIdInput,
120120
linkNameInput,
121-
rolesInput,
121+
rolesInput
122122
],
123123
apiCall: {
124124
method: 'POST',
@@ -133,7 +133,7 @@ <h1>UID2 Env - Service Link Management</h1>
133133
service_id: parseInt(inputs.serviceId),
134134
site_id: parseInt(inputs.siteId),
135135
name: inputs.linkName || '',
136-
roles: rolesArray,
136+
roles: rolesArray
137137
};
138138
}
139139
}

0 commit comments

Comments
 (0)