Skip to content

Commit 995e9ec

Browse files
committed
chore: apply patch commit
1 parent c7c937b commit 995e9ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/generate-clients/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
module.exports = {
33
// Use full commit hash as we explicitly fetch it.
44
// Comparison link (update with previous hash):
5-
// https://github.com/smithy-lang/smithy-typescript/compare/c06e9c6ad51fd6a96dd9e493b0b418efa665d80a...d1c41160522320bb5139c31cb92e79a8cdab840e
6-
SMITHY_TS_COMMIT: "d1c41160522320bb5139c31cb92e79a8cdab840e",
5+
// https://github.com/smithy-lang/smithy-typescript/compare/c06e9c6ad51fd6a96dd9e493b0b418efa665d80a...c1f6ba33dfc31e1cd3c89610c8d3c589fa9f21db
6+
SMITHY_TS_COMMIT: "c1f6ba33dfc31e1cd3c89610c8d3c589fa9f21db",
77
};
88

99
if (module.exports.SMITHY_TS_COMMIT.length < 40) {

0 commit comments

Comments
 (0)