Skip to content

Commit

Permalink
template struct tag from plural to singular
Browse files Browse the repository at this point in the history
  • Loading branch information
brookesargent committed Nov 20, 2024
1 parent d8e56c0 commit 320f979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/models/recipients.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type WebhookRecipientModel struct {
Name types.String `tfsdk:"name"`
Secret types.String `tfsdk:"secret"`
URL types.String `tfsdk:"url"`
Templates types.Set `tfsdk:"templates"` // WebhookTemplateModel
Templates types.Set `tfsdk:"template"` // WebhookTemplateModel
}

type WebhookTemplateModel struct {
Expand Down

0 comments on commit 320f979

Please sign in to comment.