Skip to content

Commit

Permalink
M2-6235: Code review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vmkhitaryanscn committed May 22, 2024
1 parent 76c9a06 commit 1ca6fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/model/migrations/MigrationFactory.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { MigrationToVersion0002 } from '@app/app/model/migrations/migrations/to0002/MigrationToVersion0002';
import { __queryClient__ } from '@app/app/ui/AppProvider/ReactQueryProvider';

import { MigrationToVersion0001 } from './migrations/to0001/MigrationToVersion0001';
import { MigrationToVersion0002 } from './migrations/to0002/MigrationToVersion0002';
import { IMigration } from './types';

type VersionFrom = number;
Expand Down

0 comments on commit 1ca6fad

Please sign in to comment.