Skip to content

Commit 54ed468

Browse files
separate return statement from body of return.
Co-authored-by: JadenSimon <[email protected]>
1 parent 8e281cd commit 54ed468

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/shared/clients/ssmClient.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export class SsmClient {
6464

6565
public async getTargetPlatformName(target: string): Promise<string> {
6666
const instanceInformation = await this.describeInstance(target)
67+
6768
return instanceInformation.PlatformName!
6869
}
6970

0 commit comments

Comments
 (0)