Skip to content

Commit c2df995

Browse files
fixing lint failures in commands.ts
1 parent c125b21 commit c2df995

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

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

214213
// Only start showing progress after instance type validation

0 commit comments

Comments
 (0)