Skip to content

Commit 367dae4

Browse files
committed
chore: use single-quote for use case missed by biome
1 parent 81f1b0c commit 367dae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transforms/v2-to-v3/config/AWS_CONFIG_KEY_MAP.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export interface AwsConfigKeyStatus {
99
*/
1010
export const AWS_CONFIG_KEY_MAP: Record<string, AwsConfigKeyStatus> = {
1111
apiVersion: {
12-
deprecationMessage: `The client uses the "latest" apiVersion.`,
12+
deprecationMessage: 'The client uses the "latest" apiVersion.',
1313
},
1414
computeChecksums: {
1515
deprecationMessage: "Applicable commands of S3 will automatically compute the MD5 checksums.",

0 commit comments

Comments
 (0)