Update rerouteNode.js

Naming convention updates
This commit is contained in:
WAS 2023-03-27 01:36:25 -07:00 committed by GitHub
parent 7be83f01e3
commit a014168a50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -189,6 +189,6 @@ app.registerExtension({
}) })
); );
RerouteNode.category = "utils"; RerouteNode.category = "Utilities";
}, },
}); });