Skip to content

Commit fe7b9ef

Browse files
committed
Correct migration version to 28
1 parent cb19219 commit fe7b9ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/scripts/migrations/128.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { hasProperty, isObject } from '@metamask/utils';
22
import { cloneDeep } from 'lodash';
33
import { CHAIN_IDS } from '../../../shared/constants/network';
44

5-
export const version = 130;
5+
export const version = 128;
66

77
type VersionedData = {
88
meta: { version: number };

0 commit comments

Comments
 (0)