From a684997044be3b24807ea2a66ce5008e8f68656a Mon Sep 17 00:00:00 2001 From: Sushmita Verma Date: Tue, 3 Sep 2024 11:38:58 +0530 Subject: [PATCH] fix: minor edit --- .../migration/OmnistudioRelatedObjectMigrationFacade.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/commands/omnistudio/migration/OmnistudioRelatedObjectMigrationFacade.ts b/src/commands/omnistudio/migration/OmnistudioRelatedObjectMigrationFacade.ts index 5a0c416..ca690eb 100644 --- a/src/commands/omnistudio/migration/OmnistudioRelatedObjectMigrationFacade.ts +++ b/src/commands/omnistudio/migration/OmnistudioRelatedObjectMigrationFacade.ts @@ -1,12 +1,6 @@ /* eslint-disable @typescript-eslint/no-unsafe-assignment */ /* eslint-disable @typescript-eslint/no-unsafe-member-access */ /* eslint-disable @typescript-eslint/no-explicit-any */ -/* - * Copyright (c) 2024, your-company, inc. - * All rights reserved. - * Licensed under the BSD 3-Clause license. - * For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause - */ import * as os from 'os'; import { Messages } from '@salesforce/core'; import '../../../utils/prototypes';