Skip to content

Commit

Permalink
refactor: remove some properties as redundant, based on PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
tjsilver committed Dec 16, 2024
1 parent 0711acd commit cb4080e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/cloudbuster/src/digests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,9 @@ export async function sendDigest(
target: { Stack: 'testing-alerts' },
};
logger.log({
message: `Sending ${digest.accountId} (${digest.accountName}) digest to ${JSON.stringify(notificationParameters.target, null, 4)}...`,
message: `Sending ${digest.accountId} (${digest.accountName}) digest...`,
accountName: digest.accountName,
target: notificationParameters.target,
stage,
enableMessaging,
});

Expand All @@ -169,7 +168,6 @@ export async function sendDigest(
message: `Messaging disabled. Anghammarad would have sent: ${JSON.stringify(notifyParams, null, 4)}`,
accountName: digest.accountName,
target: notifyParams.target,
stage,
enableMessaging,
});
}
Expand Down

0 comments on commit cb4080e

Please sign in to comment.