-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
3
-
Not Needed
-
Iteration Hamburg
I think we talked about this a while ago, there’s a linter rule that tells us to add await in front of otherwise unhandled promises. We should enable it.
I know I tried to add it a while ago, but it turned out to be non-trivial because it requires using the TS information inside the linter, which is possible but requires config changes.
I almost forgot an `await` today, which reminded me to create this ticket.