mirror of
https://github.com/status-im/codimd.git
synced 2025-02-25 08:45:20 +00:00
Fix code styles
This commit is contained in:
parent
0bb3e53d58
commit
efb188c9c1
@ -1161,8 +1161,7 @@ function buildImportFromGoogleDrive() {
|
||||
var accessToken = gapi.auth.getToken().access_token;
|
||||
$.ajax({
|
||||
type: 'GET',
|
||||
beforeSend: function (request)
|
||||
{
|
||||
beforeSend: function (request) {
|
||||
request.setRequestHeader('Authorization', 'Bearer ' + accessToken);
|
||||
},
|
||||
url: file.downloadUrl,
|
||||
|
Loading…
x
Reference in New Issue
Block a user