mirror of
https://github.com/unraid/api.git
synced 2026-04-28 11:09:21 -05:00
fix: nuxt config type
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ for (const k in envConfig) {
|
||||
* Used to avoid redeclaring variables in the webgui codebase.
|
||||
* @see alt solution https://github.com/terser/terser/issues/1001, https://github.com/terser/terser/pull/1038
|
||||
*/
|
||||
function terserReservations (inputStr) {
|
||||
function terserReservations (inputStr: string) {
|
||||
const combinations = [];
|
||||
|
||||
// Add 1-character combinations
|
||||
|
||||
Reference in New Issue
Block a user