Skip to content

Commit

Permalink
"no default" comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed Aug 21, 2023
1 parent e75b62a commit 5d02c4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/www.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ cluster.on('message', (worker, message: WorkerMessage) => {
fileProcessorChildProcess.send(message)
}
}
// no default
}
})

Expand Down
1 change: 1 addition & 0 deletions helpers/functions.cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export function clearCacheByTableName(
assetCategories = []
break
}
// no default
}

try {
Expand Down

0 comments on commit 5d02c4c

Please sign in to comment.