Unnecessary semicolon removed (#677)

This file was ending with 2 semicolons, this produces Unnecessary semicolon. By this update the file is error free.
This commit is contained in:
Devendra Singh Shekhawat
2017-12-24 22:15:55 +05:30
committed by Xavier Carpentier
parent edf8fffcb1
commit a47640832d

View File

@@ -24,4 +24,4 @@ module.exports = [
createdAt: new Date(Date.UTC(2016, 7, 30, 17, 20, 0)),
system: true
}
];;
];