This commit is contained in:
kakkokari-gtyih 2024-09-01 17:54:33 +09:00
parent 162cf4071f
commit b167d94ba1
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ async function composeNotification(data: PushNotificationDataMap[keyof PushNotif
} as const satisfies Record<typeof data.body.exportedEntity, string>; } as const satisfies Record<typeof data.body.exportedEntity, string>;
return [i18n.tsx._notification.exportOfXCompleted({ x: entityName[data.body.exportedEntity] }), { return [i18n.tsx._notification.exportOfXCompleted({ x: entityName[data.body.exportedEntity] }), {
badge: iconUrl('users'), badge: iconUrl('circle-check'),
data, data,
}]; }];
} }