fwenzel / copy-shorturl

A Firefox extension to quickly create a short URL for the current page and copy it to the clipboard.
https://addons.mozilla.org/addon/copy-shorturl
Apache License 2.0
35 stars 15 forks source link

Use async/await consistently #125

Open fwenzel opened 3 years ago

fwenzel commented 3 years ago

I am using a mix of async/await and promises right now, which is ugly.