fix(GRO-1368): remove unused getDb import from consent.ts #426

Merged
The Dogfather merged 3 commits from fix/gro-1368-consent-ts into dev 2026-05-21 19:51:09 +00:00
Showing only changes of commit 7d3adeae98 - Show all commits
+1 -1
View File
@@ -1,4 +1,4 @@
import { getDb, clients, messageConsentEvents, eq } from "@groombook/db";
import { clients, messageConsentEvents, eq } from "@groombook/db";
import type { Db } from "@groombook/db";
export type KeywordKind = "opt_in" | "opt_out" | "help";