Skip to content

Commit c67fc8a

Browse files
committed
FIX: FCM pushes fixed due to deprecation of legacy api
1 parent 5e5ae18 commit c67fc8a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/class/GroundControlToMajorTom.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
import {GoogleAuth} from "google-auth-library";
2-
import {DataSource} from "typeorm";
3-
import {PushLog} from "../entity/PushLog";
4-
import {TokenToAddress} from "../entity/TokenToAddress";
5-
import {TokenToHash} from "../entity/TokenToHash";
6-
import {TokenToTxid} from "../entity/TokenToTxid";
7-
import {components} from "../openapi/api";
1+
import { GoogleAuth } from "google-auth-library";
2+
import { DataSource } from "typeorm";
3+
import { PushLog } from "../entity/PushLog";
4+
import { TokenToAddress } from "../entity/TokenToAddress";
5+
import { TokenToHash } from "../entity/TokenToHash";
6+
import { TokenToTxid } from "../entity/TokenToTxid";
7+
import { components } from "../openapi/api";
88
const jwt = require("jsonwebtoken");
99
const http2 = require("http2");
1010
require("dotenv").config();

0 commit comments

Comments
 (0)