🎛️ pluginIdentifier.ts

This commit is contained in:
nirholas
2026-03-31 10:24:25 +00:00
parent 2343855646
commit a0f0c95864

View File

@@ -121,3 +121,4 @@ export function settingSourceToScope(
): Exclude<PluginScope, 'managed'> {
return SETTING_SOURCE_TO_SCOPE[source] as Exclude<PluginScope, 'managed'>
}