Skip to content

Commit

Permalink
FIX: FCM pushes fixed due to deprecation of legacy api
Browse files Browse the repository at this point in the history
  • Loading branch information
Overtorment committed Dec 15, 2024
1 parent 5e5ae18 commit c67fc8a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/class/GroundControlToMajorTom.ts
Original file line number Diff line number Diff line change
@@ -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();
Expand Down

0 comments on commit c67fc8a

Please sign in to comment.