Tweaked bundle error, exit early if no updates

This commit is contained in:
Colin Williams
2023-03-20 09:41:23 -07:00
parent cd0c024f7e
commit 56afdceba3
2 changed files with 25 additions and 14 deletions
+2 -4
View File
@@ -22,10 +22,8 @@ let main = async function() {
// Only execute update code on an instance where that's OK.
// Double-check your API key. Double-check what you're modifying.
// try {
// const memberId = 0000 // Set this to a real ID
// await api.updateMemberAsync(memberId, {
// notes: null,
// })
// const memberId = 103636 // Set this to a real ID
// await api.updateMemberAsync(memberId, {})
// } catch (err) {
// console.log(JSON.stringify(err))
// return