Skip to content

Commit c125b21

Browse files
FIx lint failures commands.ts
1 parent 93028a4 commit c125b21

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/core/src/awsService/sagemaker/commands.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,12 +205,10 @@ export async function openRemoteConnect(
205205
await tryRefreshNode(node)
206206
const appType = node.spaceApp.SpaceSettingsSummary?.AppType
207207
if (!appType) {
208-
throw new ToolkitError(
209-
'AppType is undefined for the selected space. Cannot start remote connection.',
208+
throw new ToolkitError('AppType is undefined for the selected space. Cannot start remote connection.',
210209
{
211210
code: 'undefinedAppType',
212-
}
213-
)
211+
})
214212
}
215213

216214
// Only start showing progress after instance type validation

0 commit comments

Comments
 (0)