👕 Fix lint issue

This commit is contained in:
Jan Oberhauser 2021-04-02 18:18:43 +02:00
parent 499fa48784
commit bbf875cd08

View file

@ -1997,8 +1997,8 @@ export class GoogleDrive implements INodeType {
} }
const qs = { const qs = {
supportsAllDrives: true supportsAllDrives: true,
} };
const response = await googleApiRequest.call(this, 'POST', `/drive/v3/files/${fileId}/copy`, body, qs); const response = await googleApiRequest.call(this, 'POST', `/drive/v3/files/${fileId}/copy`, body, qs);