Skip to content

Commit ff7da0b

Browse files
committed
fix lint error
1 parent 765d30d commit ff7da0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/translate/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ exports.translate = async function (postData) {
6969
const jsonHeaders = { accept: 'application/json', 'content-type': 'application/json' };
7070

7171
try {
72-
let response = await fetch(postUrl, {
72+
const response = await fetch(postUrl, {
7373
method: 'POST',
7474
signal: controller.signal,
7575
headers: jsonHeaders,

0 commit comments

Comments
 (0)