return this.transactionService.getThreadTransactionPerDate(this.auth.user Id, parseInt(groupId, 10)); } async getGroupTransactionPerDate(groupId: number): Promise<IResponseThreadTransactionPerDate> { return firstValueFrom( this.#http.get<IResponseThreadTransactionPerDate>(environment. api + 'transaction/qty-per-date/group/' + groupId), ); }