correct type for the ExternalID field in UserRef

This commit is contained in:
Pavel 2022-07-26 12:15:53 +03:00 committed by GitHub
commit 78201aa2d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -512,7 +512,7 @@ type (
UserRef struct {
ID uint64 `json:"id"`
ExternalID uint64 `json:"external_id"`
ExternalID string `json:"external_id"`
Avatar string `json:"avatar"`
Type string `json:"type"`
Name string `json:"name"`