Skip to content

Commit bff5405

Browse files
committed
Fixed #30: Error decoding output when querying fields with users
1 parent f227be2 commit bff5405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qbclient/const.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const (
2626
FieldAddressCountry = "text"
2727
FieldPhoneNumber = "phone"
2828
FieldEmailAddress = "email"
29-
FieldUser = "userid"
29+
FieldUser = "user"
3030
FieldUserList = "multiuserid"
3131
FieldFileAttachment = "file"
3232
FieldURL = "url"

0 commit comments

Comments
 (0)