Skip to content

Commit 1057e6c

Browse files
authored
Update Twitter tip card registration prefix (#104)
1 parent 738ce26 commit 1057e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/code/async/user/twitter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
)
2222

2323
const (
24-
tipCardRegistrationPrefix = "accountForX="
24+
tipCardRegistrationPrefix = "CodeAccount:"
2525
maxTweetSearchResults = 100 // maximum allowed
2626
)
2727

0 commit comments

Comments
 (0)