Skip to content

Commit d80baa8

Browse files
Jake ChampionJakeChampion
authored andcommitted
correct the name of the ckient-certificate imported function
1 parent 3602a9f commit d80baa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/js-compute-runtime/fastly.wit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ world fastly-world {
130130

131131
http-req-downstream-tls-client-hello: func() -> result<list<u8>, error>
132132

133-
http-req-downstream-tls-client-certificate: func() -> result<list<u8>, error>
133+
http-req-downstream-tls-raw-client-certificate: func() -> result<list<u8>, error>
134134

135135
http-req-downstream-tls-client-cert-verify-result: func() -> result<_, error>
136136

0 commit comments

Comments
 (0)