Skip to content

Commit b7c656d

Browse files
Fix typo in CreateScheduledNotificationRuleRequest from NotificatonLevel to NotificationLevel.
Signed-off-by: SolarFactories <SolarFactories@users.noreply.github.com>
1 parent b829010 commit b7c656d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

notification.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ type NotificationRule struct {
4848
type CreateScheduledNotificationRuleRequest struct {
4949
Name string `json:"name"`
5050
Scope NotificationRuleScope `json:"scope"`
51-
NotificatonLevel NotificationRuleLevel `json:"notificationLevel"`
51+
NotificationLevel NotificationRuleLevel `json:"notificationLevel"`
5252
Publisher NotificationPublisher `json:"publisher"`
5353
}
5454

0 commit comments

Comments
 (0)