Skip to content

Commit 70858d5

Browse files
save file
1 parent 6b5fcdf commit 70858d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/editors/markdown-editor/html/output-md/v2.0/output-md-v2.0.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@
481481
var body = txt;
482482
var token = localStorage['github-token'];
483483
if(token){
484-
headers.authorization:`Bearer ${token}`
484+
headers.authorization = `Bearer ${token}`;
485485
}
486486
var res = await fetch('https://api.github.com/markdown/raw',{headers,method:'post',body});
487487
var txt = await res.text();

0 commit comments

Comments
 (0)