Actually send outline color

This commit is contained in:
Brandon Sturgeon 2021-02-16 11:51:51 -08:00 committed by Brandon Sturgeon
parent 1a55d31ad5
commit 0112eaa403

View File

@ -40,7 +40,7 @@ class AvatarService
failed = (err) -> @Logger\error err
@processAvatar avatar, success, failed
@processAvatar avatar, outlineColor, success, failed
ChatTransit.AvatarService = AvatarService ChatTransit.Logger