🏰 channelAllowlist.ts

This commit is contained in:
nirholas
2026-03-31 10:23:51 +00:00
parent e66fc6abc0
commit 791f92b59d

View File

@@ -74,3 +74,4 @@ export function isChannelAllowlisted(
e => e.plugin === name && e.marketplace === marketplace, e => e.plugin === name && e.marketplace === marketplace,
) )
} }