Skip to content

Commit 2900768

Browse files
#0 auto-formatting
1 parent ffe1db1 commit 2900768

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

lib/metadataTypes/DataExtensionField.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ class DataExtensionField extends MetadataType {
406406
.toSorted();
407407
if (removedFieldNames.length > 0) {
408408
Util.logger.warn(
409-
` - dataExtension ${deKey}: found ${removedFieldNames.length} field${removedFieldNames.length>1?'s':''} on the server but not in the deploy payload. Fields cannot be auto-deleted due to potential data loss. To delete them, please run:`
409+
` - dataExtension ${deKey}: found ${removedFieldNames.length} field${removedFieldNames.length > 1 ? 's' : ''} on the server but not in the deploy payload. Fields cannot be auto-deleted due to potential data loss. To delete them, please run:`
410410
);
411411
Util.logger.info(
412412
Util.getGrayMsg(

lib/metadataTypes/definitions/Filter.definition.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ export default {
3030
maxKeyLength: 36, // confirmed max length
3131
type: 'filter',
3232
soapType: 'FilterActivity',
33-
typeDescription:
34-
'Used in automations to filter lists and DEs. Depends on type "FilterDefinitions".',
33+
typeDescription: 'Used in automations to filter lists and DEs. Depends on type "DataFilter".',
3534
typeRetrieveByDefault: true,
3635
typeCdpByDefault: true,
3736
typeName: 'Automation: Filter Activity',

0 commit comments

Comments
 (0)