Skip to content

Commit

Permalink
chore: reword key name
Browse files Browse the repository at this point in the history
  • Loading branch information
Barrior committed Oct 21, 2019
1 parent 2e1f503 commit 746701f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ class ModifiedAt {

for (const pathname in customList) {
if (customList.hasOwnProperty(pathname)) {
const truly = await customList[pathname](params.doc)
if (truly) {
const truthy = await customList[pathname](params.doc)
if (truthy) {
updateTime = new Date()
updatePaths.push(pathname)
}
Expand Down

0 comments on commit 746701f

Please sign in to comment.