refactor(channels): unify target parsing
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { describe, expect, it } from "vitest";
|
||||
|
||||
import { normalizeSlackMessagingTarget } from "../channels/plugins/normalize-target.js";
|
||||
import { normalizeSlackMessagingTarget } from "../channels/plugins/normalize/slack.js";
|
||||
import { parseSlackTarget, resolveSlackChannelId } from "./targets.js";
|
||||
|
||||
describe("parseSlackTarget", () => {
|
||||
|
||||
Reference in New Issue
Block a user