Details
Details
flow and please see video showing no regressions with the notifications.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
keyserver/src/creators/message-creator.js | ||
---|---|---|
428 ↗ | (On Diff #22912) | Why isn't this an async function? If you're returning a Promise, you should pretty much always use await / async |
Comment Actions
You need to do more than just add async. I don't think you have a full understanding of async/await here