Skip to content

Commit 5849167

Browse files
committed
user: lowercase USD
1 parent 90a8fa9 commit 5849167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/code/server/grpc/user/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ func (s *identityServer) GetTwitterUser(ctx context.Context, req *userpb.GetTwit
711711
VerifiedType: record.VerifiedType,
712712
FollowerCount: record.FollowerCount,
713713
FriendshipCost: &transactionpb.ExchangeDataWithoutRate{
714-
Currency: "USD",
714+
Currency: "usd",
715715
NativeAmount: 1.0,
716716
},
717717
},

0 commit comments

Comments
 (0)