mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 09:51:22 +00:00
chore: drop twilio and go web-only
This commit is contained in:
@@ -19,7 +19,6 @@ describe("toWhatsappJid", () => {
|
||||
|
||||
describe("assertProvider", () => {
|
||||
it("accepts valid providers", () => {
|
||||
expect(() => assertProvider("twilio")).not.toThrow();
|
||||
expect(() => assertProvider("web")).not.toThrow();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user