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 c2013b3 commit 8fef5e1
Show file tree
Hide file tree
Showing 2 changed files with 217 additions and 218 deletions.
14 changes: 2 additions & 12 deletions src/class/GroundControlToMajorTom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,7 @@ export class GroundControlToMajorTom {
if (pushNotification.os === "ios") return GroundControlToMajorTom._pushToApns(dataSource, apnsP8, pushNotification.token, apnsPayload, pushNotification, pushNotification.txid);
}

static async pushOnchainTxidGotConfirmed(
dataSource: DataSource,
serverKey: string,
apnsP8: string,
pushNotification: components["schemas"]["PushNotificationTxidGotConfirmed"]
): Promise<[object, object]> {
static async pushOnchainTxidGotConfirmed(dataSource: DataSource, serverKey: string, apnsP8: string, pushNotification: components["schemas"]["PushNotificationTxidGotConfirmed"]): Promise<[object, object]> {
const fcmPayload = {
data: {},
notification: {
Expand Down Expand Up @@ -148,12 +143,7 @@ export class GroundControlToMajorTom {
if (pushNotification.os === "ios") return GroundControlToMajorTom._pushToApns(dataSource, apnsP8, pushNotification.token, apnsPayload, pushNotification, pushNotification.txid);
}

static async pushOnchainAddressWasPaid(
dataSource: DataSource,
serverKey: string,
apnsP8: string,
pushNotification: components["schemas"]["PushNotificationOnchainAddressGotPaid"]
): Promise<[object, object]> {
static async pushOnchainAddressWasPaid(dataSource: DataSource, serverKey: string, apnsP8: string, pushNotification: components["schemas"]["PushNotificationOnchainAddressGotPaid"]): Promise<[object, object]> {
const fcmPayload = {
data: {},
notification: {
Expand Down
Loading

0 comments on commit 8fef5e1

Please sign in to comment.