Skip to content

Commit

Permalink
Add deprecation warn log (#40)
Browse files Browse the repository at this point in the history
* Add deprecation warn log

* Date wording
  • Loading branch information
cynsupercat authored Dec 13, 2023
1 parent 3468b5f commit 175eff3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/onboarding/2-create-project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const log: ImLogger = new WinstonLogger(loggerConfig);
const component = '[IMX-CREATE-PROJECT]';

(async (): Promise<void> => {
log.warn(component, 'Project registration via this repository will be deprecated on the 20th of January, 2024. In the future, please use https://hub.immutable.com to create new projects.')

Check failure on line 15 in src/onboarding/2-create-project.ts

View workflow job for this annotation

GitHub Actions / Lint

Replace `component,·'Project·registration·via·this·repository·will·be·deprecated·on·the·20th·of·January,·2024.·In·the·future,·please·use·https://hub.immutable.com·to·create·new·projects.')` with `⏎····component,⏎····'Project·registration·via·this·repository·will·be·deprecated·on·the·20th·of·January,·2024.·In·the·future,·please·use·https://hub.immutable.com·to·create·new·projects.',⏎··);`
const privateKey = requireEnvironmentVariable('OWNER_ACCOUNT_PRIVATE_KEY');

const signer = new Wallet(privateKey).connect(provider);
Expand Down

0 comments on commit 175eff3

Please sign in to comment.