Skip to content

Commit 94abfab

Browse files
committed
removed comma
1 parent e4fe932 commit 94abfab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/letter-avatars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var randomcolor = require('randomcolor');
77
module.exports = function(name) {
88
var color = randomcolor({
99
seed: name,
10-
luminosity: 'dark',
10+
luminosity: 'dark'
1111
});
1212
var letter = name.substring(0, 1).toUpperCase();
1313

0 commit comments

Comments
 (0)