fix
Some checks failed
Build and Deploy Go App / build (push) Failing after 11m5s
Build and Deploy Go App / deploy (push) Has been skipped

This commit is contained in:
nihonium 2025-11-18 05:26:01 +03:00
parent b976c35b8e
commit 7e41b6b9ce
Signed by: nihonium
GPG key ID: 0251623741027CFC

View file

@ -18,7 +18,7 @@
"strict": true, "strict": true,
"noUnusedLocals": true, "noUnusedLocals": true,
"noUnusedParameters": true, "noUnusedParameters": true,
"erasableSyntaxOnly": true, "erasableSyntaxOnly": false,
"noFallthroughCasesInSwitch": true, "noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true "noUncheckedSideEffectImports": true
}, },