Skip to content

Commit 2536a73

Browse files
[autofix.ci] apply automated fixes
1 parent de36c8a commit 2536a73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/runtime/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type FeatherAttrs = {
1414
[key: string]: string | number
1515
}
1616

17-
let cache: Record<string, ModuleIconsNames[]> = {}
17+
const cache: Record<string, ModuleIconsNames[]> = {}
1818

1919
function pascalCase(str: string) {
2020
return str.replace(/(^\w|-\w)/g, s => s.replace('-', '').toUpperCase())

0 commit comments

Comments
 (0)