Skip to content

Commit 5c5271e

Browse files
nit
1 parent ec50d01 commit 5c5271e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/web/src/features/billing/servicePing.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,7 @@ const inferDeploymentType = (): string => {
176176
};
177177

178178
const recordServicePingInDB = async (payload: ServicePingRequest) => {
179-
// Strip the activation code before persisting. This history is meant to be
180-
// exported and sent back to us by offline deployments, so it should not
181-
// contain the instance's secret activation code.
179+
// Strip the activation code before persisting.
182180
const { activationCode: _activationCode, ...sanitizedPayload } = payload;
183181

184182
try {

0 commit comments

Comments
 (0)