Skip to content

Commit

Permalink
CTC-2272 Adjust code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jancerman committed Jun 28, 2024
1 parent fffae50 commit f755f30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ts/migrate-from-other-systems/install_migration_toolkit.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Install the Migration toolkit to your migration project
# Add the Migration toolkit to your app
npm i @kontent-ai-consulting/migration-toolkit --save-dev
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {
MigrationAsset,
} from "@kontent-ai-consulting/migration-toolkit";
import { readFileSync } from "fs";
import { readFileSync } from "fs"; // Only if loading local data

const migrationAssets: MigrationAsset[] = [];

Expand Down

0 comments on commit f755f30

Please sign in to comment.