Skip to content

Commit bd4ba9a

Browse files
fix(examples): lint error fix
1 parent 3c97b7c commit bd4ba9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/next-rwa/scripts/utils/members.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export async function applyOrgMemberChanges(changePlan, org, connection, role) {
114114
const clientId = msg.match(/client_id:\s*([^\s)]+)/i)[1]
115115
if (clientId) {
116116
// use clientId as needed
117-
const res = await auth0ApiCall(
117+
await auth0ApiCall(
118118
"patch",
119119
`connections/${connection}/clients`,
120120
[{

0 commit comments

Comments
 (0)