Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosrdz committed Oct 27, 2024
1 parent 124d1b7 commit 21eb51e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions src/class/GroundControlToMajorTom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ export class GroundControlToMajorTom {
badge: pushNotification.badge,
tag: pushNotification.txid,
},
category: "TRANSACTION_CATEGORY",
};

const apnsPayload = {
Expand All @@ -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);
Expand All @@ -102,7 +100,6 @@ export class GroundControlToMajorTom {
badge: pushNotification.badge,
tag: pushNotification.txid,
},
category: "TRANSACTION_CATEGORY",
};

const apnsPayload = {
Expand All @@ -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);
Expand Down Expand Up @@ -156,7 +152,6 @@ export class GroundControlToMajorTom {
badge: pushNotification.badge,
tag: pushNotification.txid,
},
category: "TRANSACTION_CATEGORY",
};

const apnsPayload = {
Expand All @@ -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);
Expand Down
1 change: 0 additions & 1 deletion src/worker-processmempool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ async function processMempool() {
level: "transactions",
token: "",
os: "ios",
category: "TRANSACTION_CATEGORY",
};

allPotentialPushPayloadsArray.push(payload);
Expand Down

0 comments on commit 21eb51e

Please sign in to comment.