diff options
Diffstat (limited to 'app/utils')
| -rw-r--r-- | app/utils/glyph_hash.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/utils/glyph_hash.js b/app/utils/glyph_hash.js index 2d9b3f3..120c02a 100644 --- a/app/utils/glyph_hash.js +++ b/app/utils/glyph_hash.js @@ -27,7 +27,7 @@ const getGlyphHashFragment = function (uuidFragment) { return { glyph: internals.kGlyphs[glyphIndex], color: `#${uuidFragment.substring(2,8)}` - } + }; }; // Return an array of glyphs based on a UUIDv4 |