Skip to content

Commit

Permalink
Fixing DT Error 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Jumbo810 committed Aug 31, 2022
1 parent baae150 commit ece9054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ async function main() {
}

const fileMetadata = {
name: filename,
name: today.getHours(),
parents: [uploadFolderId],
};
const fileData = {
Expand Down

0 comments on commit ece9054

Please sign in to comment.