Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Fixing wrong JSON tag in management.Job #154

Merged
merged 1 commit into from
Nov 1, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion management/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type Job struct {
// The user_id of the user to whom the email will be sent
UserID *string `json:"user_id,omitempty"`
// The id of the client, if not provided the global one will be used
ClientID *string `json:"cliend_id,omitempty"`
ClientID *string `json:"client_id,omitempty"`

// The id of the connection.
ConnectionID *string `json:"connection_id,omitempty"`
Expand Down