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 006078b commit 51813d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/class/GroundControlToMajorTom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export class GroundControlToMajorTom {
badge: pushNotification.badge,
tag: pushNotification.txid,
},
category: "TRANSACTION_CATEGORY",
};

const apnsPayload = {
Expand Down Expand Up @@ -100,6 +101,7 @@ export class GroundControlToMajorTom {
badge: pushNotification.badge,
tag: pushNotification.txid,
},
category: "TRANSACTION_CATEGORY",
};

const apnsPayload = {
Expand Down
1 change: 1 addition & 0 deletions src/worker-blockprocessor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ async function processBlock(blockNum, sendQueueRepository: Repository<SendQueue>
level: "transactions",
token: "",
os: "ios",
category: "TRANSACTION_CATEGORY",
};
allPotentialPushPayloadsArray.push(payload);
}
Expand Down

0 comments on commit 51813d9

Please sign in to comment.