mirror of
https://github.com/kc4x4sar/d4h-typescript.git
synced 2026-07-12 17:21:05 -07:00
Tweaked bundle error, exit early if no updates
This commit is contained in:
+2
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user