removed comma

This commit is contained in:
alecdwm 2017-01-06 07:21:59 +01:00
parent e4fe93249f
commit 94abfaba7c
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ var randomcolor = require('randomcolor');
module.exports = function(name) {
var color = randomcolor({
seed: name,
luminosity: 'dark',
luminosity: 'dark'
});
var letter = name.substring(0, 1).toUpperCase();