Don't use self

This commit is contained in:
Brandon Sturgeon 2022-01-21 21:43:56 -08:00
parent 6ce67ee2c0
commit 043dc20bd5
No known key found for this signature in database
GPG Key ID: 93451558FC64495C

View File

@ -8,7 +8,7 @@ class AvatarService
@logger = logger\scope "AvatarService"
@outlinerUrl = "http://#{avatarServiceAddress\GetString!}/outline"
getAvatar: (steamID64) =>
getAvatar: (steamID64) ->
steamID64 and "https://avatarservice.cfcservers.org/avatars/#{steamID64}.png" or nil
processAvatar: (avatarUrl, outlineColor, steamID) =>