removed comma
This commit is contained in:
parent
e4fe93249f
commit
94abfaba7c
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue