Skip to content

Commit

Permalink
includeRemoved
Browse files Browse the repository at this point in the history
  • Loading branch information
vtalas committed Mar 1, 2024
1 parent c6eea68 commit b985a88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/appmixer/google/drive/NewFile/NewFile.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ const getNewFiles = async (lock, drive, folder, pageToken, newFiles = []) => {

const { data: { changes, newStartPageToken, nextPageToken } } = await drive.changes.list({
pageToken,
fields: '*'
fields: '*',
includeRemoved: false
});

changes.forEach(change => {
Expand Down

0 comments on commit b985a88

Please sign in to comment.