Bump dev (w/ eslint config updates) (#3386)

This commit is contained in:
Jaco
2023-05-20 20:39:58 +03:00
committed by GitHub
parent 955beb53ab
commit 3aa09462b3
10 changed files with 74 additions and 78 deletions
+1
View File
@@ -101,6 +101,7 @@ async function main () {
await unpin(hash);
}
// eslint-disable-next-line promise/catch-or-return
main()
.catch(console.error)
.finally(() => process.exit());