mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-23 22:55:24 +00:00
fix(test): restore signal test api boundary
This commit is contained in:
@@ -1 +1 @@
|
||||
export { isSignalSenderAllowed, type SignalSender } from "./src/identity.js";
|
||||
export { signalOutbound } from "./src/outbound-adapter.js";
|
||||
|
||||
@@ -1 +1,4 @@
|
||||
export { isSignalSenderAllowed, type SignalSender } from "../../../extensions/signal/test-api.js";
|
||||
export {
|
||||
isSignalSenderAllowed,
|
||||
type SignalSender,
|
||||
} from "../../../extensions/signal/contract-api.js";
|
||||
|
||||
Reference in New Issue
Block a user