Fix field name of OAuthTokenProto.provider_id

This is a trivial proto change which doesn't even affect the generated
code.

Change-Id: I823054400ce068102443a1f6bc3d9ea175642b72
This commit is contained in:
Dave Borowitz
2018-05-15 16:37:02 -07:00
parent 668944bc88
commit 12df29f20d

View File

@@ -43,5 +43,5 @@ message OAuthTokenProto {
string secret = 2;
string raw = 3;
int64 expires_at = 4;
string providerId = 5;
string provider_id = 5;
}