Less explicit Promise declarations.
It's usually not necessary to wrap a promise inside another one, instead the original promise can just be returned.
Showing
Please register or sign in to comment
It's usually not necessary to wrap a promise inside another one, instead the original promise can just be returned.