Skip to content

Commit cff6a70

Browse files
committed
chore(services): use shorthand in format func
1 parent 453343e commit cff6a70

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/services/kms/format.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ export default ({
4040
region,
4141
id,
4242
description,
43-
keyRotationEnabled: keyRotationEnabled,
43+
keyRotationEnabled,
4444
usage,
4545
policy: formatIamJsonPolicy(policy),
46-
enabled: enabled,
46+
enabled,
4747
keyState,
4848
customerMasterKeySpec,
4949
tags: formatTagsFromMap(Tags),

0 commit comments

Comments
 (0)