mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 11:08:10 +00:00
Eslint prefer-const (#17864)
* adds prefer-const to eslint config and runs fixer * reverts unintended change
This commit is contained in:
@@ -2,7 +2,7 @@ import AdapterError from '@ember-data/adapter/error';
|
||||
|
||||
export default class ControlGroupError extends AdapterError {
|
||||
constructor(wrapInfo) {
|
||||
let { accessor, creation_path, creation_time, token, ttl } = wrapInfo;
|
||||
const { accessor, creation_path, creation_time, token, ttl } = wrapInfo;
|
||||
super();
|
||||
this.message = 'Control Group encountered';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user