Skip to content
This repository was archived by the owner on Mar 29, 2022. It is now read-only.

Commit 458c894

Browse files
committed
Lint /user_state_transition_segment_service.rb
1 parent 818987e commit 458c894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/user_state_transition_segment_service.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def won(user, transition)
6363
end
6464

6565
# TODO: change this to gifted(user, transition) and check transition.to to
66-
# add case for 'gifted_shirt'
66+
# add case for 'gifted_shirt'
6767
def gifted(user)
6868
segment(user).identify(state: 'gifted_sticker')
6969
segment(user).track('user_gifted_sticker')

0 commit comments

Comments
 (0)