chore: migrate to oxlint and oxfmt
Co-authored-by: Christoph Nakazawa <christoph.pojer@gmail.com>
This commit is contained in:
@@ -44,9 +44,7 @@ describe("buildGatewayReloadPlan", () => {
|
||||
listChannelPlugins()
|
||||
.filter((plugin) =>
|
||||
(plugin.reload?.configPrefixes ?? []).some((prefix) =>
|
||||
changedPaths.some(
|
||||
(path) => path === prefix || path.startsWith(`${prefix}.`),
|
||||
),
|
||||
changedPaths.some((path) => path === prefix || path.startsWith(`${prefix}.`)),
|
||||
),
|
||||
)
|
||||
.map((plugin) => plugin.id),
|
||||
|
||||
Reference in New Issue
Block a user