Skip to content

Commit 41a5cef

Browse files
committed
add inline comment
1 parent d699533 commit 41a5cef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export class SagemakerSpace {
3636
}
3737

3838
public updateSpace(spaceApp: SagemakerSpaceApp) {
39+
// Edge case when this.spaceApp.App is null, returned by ListApp API for a Space that is not connected to for over 24 hours
3940
if (!this.spaceApp.App) {
4041
this.spaceApp.App = spaceApp.App
4142
}

0 commit comments

Comments
 (0)