Skip to content

Commit b65e079

Browse files
Update back-end/apps/api/src/transactions/signers/signers.service.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Dian Deskov <dian.deskov@limechain.tech>
1 parent 8c23573 commit b65e079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

back-end/apps/api/src/transactions/signers/signers.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ export class SignersService {
310310
}
311311

312312
// Execute in single transaction
313-
let updatedNotificationReceivers: any[] = [];
313+
let updatedNotificationReceivers: unknown[] = [];
314314
try {
315315
await this.dataSource.transaction(async manager => {
316316
// Set query timeout (works even behind PgBouncer where startup params are ignored)

0 commit comments

Comments
 (0)