mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06:00
DEV: fixup select-kit pluginApiIdentifiers typo (#28487)
Followup to 3e3c051164
This commit is contained in:
parent
ac365a86a2
commit
5fa0496f81
@ -61,7 +61,7 @@ export function selectKitOptions(options) {
|
||||
*/
|
||||
export function pluginApiIdentifiers(identifiers) {
|
||||
return function (target) {
|
||||
concatProtoProperty(target, "pluginIdIdentifiers", identifiers);
|
||||
concatProtoProperty(target, "pluginApiIdentifiers", identifiers);
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user