[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2026-01-12 17:17:33 +00:00 committed by GitHub
parent 31d86ad55d
commit 46c1b770ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,7 +58,7 @@ class Heartbeat extends BeanModel {
important: this._important,
duration: this._duration,
retries: this._retries,
response: opts?.decodeResponse ? (await Heartbeat.decodeResponseValue(this._response)) : undefined,
response: opts?.decodeResponse ? await Heartbeat.decodeResponseValue(this._response) : undefined,
};
}