From c67fc8aa756b9708722bf9a1e8185043b4d7ee6c Mon Sep 17 00:00:00 2001 From: overtorment Date: Sun, 15 Dec 2024 14:23:19 +0000 Subject: [PATCH] FIX: FCM pushes fixed due to deprecation of legacy api --- src/class/GroundControlToMajorTom.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/class/GroundControlToMajorTom.ts b/src/class/GroundControlToMajorTom.ts index 95ea01c..a404300 100644 --- a/src/class/GroundControlToMajorTom.ts +++ b/src/class/GroundControlToMajorTom.ts @@ -1,10 +1,10 @@ -import {GoogleAuth} from "google-auth-library"; -import {DataSource} from "typeorm"; -import {PushLog} from "../entity/PushLog"; -import {TokenToAddress} from "../entity/TokenToAddress"; -import {TokenToHash} from "../entity/TokenToHash"; -import {TokenToTxid} from "../entity/TokenToTxid"; -import {components} from "../openapi/api"; +import { GoogleAuth } from "google-auth-library"; +import { DataSource } from "typeorm"; +import { PushLog } from "../entity/PushLog"; +import { TokenToAddress } from "../entity/TokenToAddress"; +import { TokenToHash } from "../entity/TokenToHash"; +import { TokenToTxid } from "../entity/TokenToTxid"; +import { components } from "../openapi/api"; const jwt = require("jsonwebtoken"); const http2 = require("http2"); require("dotenv").config();