Skip to content

Commit 51db5e8

Browse files
Making spam score a double
1 parent db9961c commit 51db5e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protobufs/livekit_phone_number.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ message GlobalPhoneNumber {
9797
string number_type = 5; // e.g., local, toll-free, national, mobile
9898
string locality = 6; // City/locality (e.g., "San Francisco")
9999
string region = 7; // State/region (e.g., "CA")
100-
int64 spam_score = 8; // can be used later for fraud detection
100+
double spam_score = 8; // can be used later for fraud detection
101101
google.protobuf.Timestamp created_at = 9; // timestamp when created
102102
google.protobuf.Timestamp updated_at = 10; // timestamp when updated
103103
}

0 commit comments

Comments
 (0)