fix(GRO-1368): remove unused getDb import from consent.ts #426
@@ -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";
|
import type { Db } from "@groombook/db";
|
||||||
|
|
||||||
export type KeywordKind = "opt_in" | "opt_out" | "help";
|
export type KeywordKind = "opt_in" | "opt_out" | "help";
|
||||||
|
|||||||
Reference in New Issue
Block a user