Skip to content

Commit 3ea8070

Browse files
committed
Updates log message
1 parent 7c5ce70 commit 3ea8070

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/nm/shared.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ async function removeMemberFromGroup(groupId, userId) {
4646
],
4747
});
4848

49-
console.log(`${status}: ${statusText} - ${userId}`);
49+
console.log(`${status}: ${statusText} Removed ${userId} from ${groupId}`);
5050
} catch (e) {
5151
console.log(RED_COLOR, 'Error', e);
5252
}
@@ -130,7 +130,7 @@ async function getCache(fileName) {
130130
fs.readFileSync(cachePath, {
131131
encoding: 'utf-8',
132132
flag: 'r',
133-
})
133+
}),
134134
);
135135
}
136136
}

0 commit comments

Comments
 (0)