mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Eslint prefer-const (#17864)
* adds prefer-const to eslint config and runs fixer * reverts unintended change
This commit is contained in:
@@ -24,7 +24,7 @@ export default AuthConfigComponent.extend({
|
||||
|
||||
saveModel: task(
|
||||
waitFor(function* () {
|
||||
let data = this.model.config.serialize();
|
||||
const data = this.model.config.serialize();
|
||||
data.description = this.model.description;
|
||||
|
||||
// token_type should not be tuneable for the token auth method, default is 'default-service'
|
||||
|
||||
Reference in New Issue
Block a user