Replace let with const

This commit is contained in:
Özenç Bilgili 2020-07-31 11:28:47 +03:00
parent 1b5907f04e
commit acd4268971

View File

@ -1,4 +1,4 @@
let CONFIG = {
const CONFIG = {
/**
* The category, name, key, url, search path, color, icon, and quicklaunch properties for your commands.
* Icons must be added to "icons" folder and their values/names must be updated.