Fix comment on migration #42 (#8405)

The comment was accidentally copied from the previous migration.
feature/default_network_editable
Mark Stacey 5 years ago committed by GitHub
parent cc41dee92c
commit 26dcb3af9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      app/scripts/migrations/042.js

@ -2,7 +2,8 @@ const version = 42
import { cloneDeep } from 'lodash'
/**
* PreferencesController.autoLogoutTimeLimit -> autoLockTimeLimit
* Initialize `connectedStatusPopoverHasBeenShown` to `false` if it hasn't yet been set,
* so that existing users are introduced to the new connected status indicator
*/
export default {
version,

Loading…
Cancel
Save