refactor: move fcm to gcloud folder

This commit is contained in:
2024-10-05 10:57:18 -04:00
parent e4ca45dbdc
commit 15c75eea5b
10 changed files with 12 additions and 12 deletions

View File

@@ -4,8 +4,8 @@ import mapKeys from "lodash.mapkeys";
import { DateTime } from "luxon";
import { Case, changeStringCase } from "~/libs/changeStringCase";
import type { AdminSdkCredentials } from "~/libs/fcm/getGoogleAuthToken";
import { sendFcmMessage } from "~/libs/fcm/sendFcmMessage";
import type { AdminSdkCredentials } from "~/libs/gcloud/getGoogleAuthToken";
import { sendFcmMessage } from "~/libs/gcloud/sendFcmMessage";
import { verifyQstashHeader } from "~/libs/qstash/verifyQstashHeader";
import { readEnvVariable } from "~/libs/readEnvVariable";
import type { Env } from "~/types/env";