diff --git a/src/class/GroundControlToMajorTom.ts b/src/class/GroundControlToMajorTom.ts index d7c8c81..9b91025 100644 --- a/src/class/GroundControlToMajorTom.ts +++ b/src/class/GroundControlToMajorTom.ts @@ -73,7 +73,6 @@ export class GroundControlToMajorTom { badge: pushNotification.badge, tag: pushNotification.txid, }, - category: "TRANSACTION_CATEGORY", }; const apnsPayload = { @@ -86,7 +85,6 @@ export class GroundControlToMajorTom { sound: "default", }, data: {}, - category: "TRANSACTION_CATEGORY", }; if (pushNotification.os === "android") return GroundControlToMajorTom._pushToFcm(dataSource, serverKey, pushNotification.token, fcmPayload, pushNotification); @@ -102,7 +100,6 @@ export class GroundControlToMajorTom { badge: pushNotification.badge, tag: pushNotification.txid, }, - category: "TRANSACTION_CATEGORY", }; const apnsPayload = { @@ -115,7 +112,6 @@ export class GroundControlToMajorTom { sound: "default", }, data: {}, - category: "TRANSACTION_CATEGORY", }; if (pushNotification.os === "android") return GroundControlToMajorTom._pushToFcm(dataSource, serverKey, pushNotification.token, fcmPayload, pushNotification); @@ -156,7 +152,6 @@ export class GroundControlToMajorTom { badge: pushNotification.badge, tag: pushNotification.txid, }, - category: "TRANSACTION_CATEGORY", }; const apnsPayload = { @@ -169,7 +164,6 @@ export class GroundControlToMajorTom { sound: "default", }, data: {}, - category: "TRANSACTION_CATEGORY", }; if (pushNotification.os === "android") return GroundControlToMajorTom._pushToFcm(dataSource, serverKey, pushNotification.token, fcmPayload, pushNotification); diff --git a/src/worker-processmempool.ts b/src/worker-processmempool.ts index a9b662c..da82b63 100644 --- a/src/worker-processmempool.ts +++ b/src/worker-processmempool.ts @@ -66,7 +66,6 @@ async function processMempool() { level: "transactions", token: "", os: "ios", - category: "TRANSACTION_CATEGORY", }; allPotentialPushPayloadsArray.push(payload);