Skip to content

Commit

Permalink
Update utils.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
zuuring committed Nov 1, 2024
1 parent aa347b9 commit 6069e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/discord/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { DiscordBot } from "hubot-discord"
const BASE_ROLE_ID = "1158333090494689290"

// Channels that are used for testing, may be treated differently.
const TESTING_CHANNEL_NAMES = ["stackops", "acre-engineering", "acre", "mezo-engineering", "⁠mezo-engineering-musd", "mezo-engineering-portal"]
const TESTING_CHANNEL_NAMES = ["stackops", "acre-engineering", "mezo-engineering-core"]

Check failure on line 16 in lib/discord/utils.ts

View workflow job for this annotation

GitHub Actions / lint

Replace `"stackops",·"acre-engineering",·"mezo-engineering-core"` with `⏎··"stackops",⏎··"acre-engineering",⏎··"mezo-engineering-core",⏎`

/**
* Hubot Robot type with Discord adapter.
Expand Down

0 comments on commit 6069e40

Please sign in to comment.