Skip to content

Commit 71e2a91

Browse files
committed
Fixes typo
1 parent 4cb6450 commit 71e2a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/checkQNetworkReplyErrorCodeUpdate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const fetchQNetworkReplyErrorCodeListFromQt = async () => {
7272

7373
const decodeRepoContent = ( response ) => {
7474
try {
75-
console.log( reponse );
75+
console.log( response );
7676
return Buffer.from( response.content, response.encoding ).toString( 'utf-8' );
7777
}
7878
catch( e ) {

0 commit comments

Comments
 (0)