Skip to content
This repository was archived by the owner on Feb 8, 2025. It is now read-only.

Commit 7aa96e2

Browse files
committed
fix(api): transaction notification message
1 parent 60a13f5 commit 7aa96e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/feat/proposals/proposals.service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export class ProposalsService {
181181
.filter((a) => a.pushToken)
182182
.map((a) => ({
183183
to: a.pushToken!,
184-
title: `Approval required for ` + p.isTransaction ? `transaction` : `message`,
184+
title: `Approval required for ${p.isTransaction ? `transaction` : `message`}`,
185185
channelId: 'activity',
186186
priority: 'normal',
187187
data: {

0 commit comments

Comments
 (0)