[autofix.ci] apply automated fixes
This commit is contained in:
parent
31d86ad55d
commit
46c1b770ae
@ -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,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user