Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
danielo515 committed Aug 26, 2020
1 parent 1b458f6 commit 3ab4e61
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
3 changes: 0 additions & 3 deletions index.js
@@ -1,9 +1,6 @@
const USAGE = "_usage";
const ignoreSheets = [USAGE, "Materials"]

const isEmptyArr = arr => arr.every(i => i)
const not = f => (x) => !f(x)

const getSheetData = sheet => sheet.getDataRange().getValues()

function myFunction() {
Expand Down
33 changes: 0 additions & 33 deletions index.old.js

This file was deleted.

0 comments on commit 3ab4e61

Please sign in to comment.