Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Brugarolas <[email protected]>
  • Loading branch information
abrugaro committed Sep 4, 2023
1 parent 209550b commit 6806c09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { MigrationWave } from "../../../models/migration/migration-waves/migrati
import { MigrationWaveView } from "../../../views/migration-wave.view";
import { cancelButton } from "../../../views/common.view";
import * as commonView from "../../../views/common.view";
import { duplicateMigrationWaveError, SEC } from "../../../types/constants";
import { duplicateMigrationWaveError } from "../../../types/constants";

let migrationWave: MigrationWave;

Expand Down

0 comments on commit 6806c09

Please sign in to comment.