Skip to content

Commit 890c6c1

Browse files
committed
fix typo
1 parent 15965d1 commit 890c6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SandboxClient/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ export class SandboxClient {
234234
* If enabled, we will keep the sandbox from hibernating as long as the SDK is connected to it.
235235
*/
236236
public keepActiveWhileConnected(enabled: boolean) {
237-
if (enabled)
237+
if (enabled) {
238238
if (!this.keepAliveInterval) {
239239
this.keepAliveInterval = setInterval(() => {
240240
this.agentClient.system.update();

0 commit comments

Comments
 (0)