We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec50d01 commit 5c5271eCopy full SHA for 5c5271e
1 file changed
packages/web/src/features/billing/servicePing.ts
@@ -176,9 +176,7 @@ const inferDeploymentType = (): string => {
176
};
177
178
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.
+ // Strip the activation code before persisting.
182
const { activationCode: _activationCode, ...sanitizedPayload } = payload;
183
184
try {
0 commit comments