79507431

Date: 2025-03-13 19:29:33
Score: 1
Natty:
Report link

Nowadays toPromise method is being deprecated, so it's better to use firstValueFrom:

import { firstValueFrom } from 'rxjs';
return await firstValueFrom(this.store);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Artico