Skip to content

Commit

Permalink
style: Enforce TS noImplicitAny compilerOption
Browse files Browse the repository at this point in the history
  • Loading branch information
jrassa committed Dec 13, 2024
1 parent 96fe5ac commit 7eb95c1
Show file tree
Hide file tree
Showing 69 changed files with 952 additions and 791 deletions.
3 changes: 2 additions & 1 deletion config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ module.exports = {

messages: {
topic: 'message.posted',
expireSeconds: 2592000 // default to 30 days
expireSeconds: 2592000, // default to 30 days,
dismissedTimeSeconds: 604800 // default to 7 days
},

pages: {
Expand Down
Loading

0 comments on commit 7eb95c1

Please sign in to comment.