diff options
Diffstat (limited to 'notices/notices.js')
-rw-r--r-- | notices/notices.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notices/notices.js b/notices/notices.js index 4ba925408..d2ee50b89 100644 --- a/notices/notices.js +++ b/notices/notices.js @@ -30,5 +30,5 @@ module.exports = [ date: 'Wed Jun 13 2018', title: 'Phishing Warning', body: fs.readFileSync(__dirname + '/archive/notice_4.md', 'utf8'), - } + }, ] |