Skip to content

Commit

Permalink
removed unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sarge1989 committed Dec 16, 2024
1 parent 994f7f8 commit fd2b9e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions functions/src/definitions/eventHandlers/onMessageUpdate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import { anonymiseMessage } from "../common/genAI"
import { onDocumentUpdated } from "firebase-functions/v2/firestore"
import { tabulateVoteStats } from "../common/statistics"
import { logger } from "firebase-functions"
import { sendTelegramTextMessage } from "../common/sendTelegramMessage"
import { sendVotingUpdate } from "../../services/admin/notificationService"

const ADMIN_CHAT_ID = String(process.env.ADMIN_CHAT_ID)

Expand Down

0 comments on commit fd2b9e6

Please sign in to comment.