Remove function to retrieve SQL RBAC token, this is handled by the CI config now.

This commit is contained in:
Jade Welton
2026-07-10 15:17:06 -07:00
parent 5cd2b78c9c
commit b629d93a83
4 changed files with 2 additions and 74 deletions
+1
View File
@@ -40,6 +40,7 @@ module.exports = {
},
],
rules: {
"no-console": ["error", { allow: ["error", "warn", "dir"] }],
curly: "error",
"@typescript-eslint/switch-exhaustiveness-check": "error",
"@typescript-eslint/no-unused-vars": "error",