mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-21 13:23:09 +01:00
fix: test notification typo (#677)
This commit is contained in:
@@ -67,6 +67,6 @@ func (c *Client) NotifTest(ctx context.Context, request *pb.NotifTestRequest) (*
|
|||||||
}
|
}
|
||||||
|
|
||||||
return &pb.NotifTestResponse{
|
return &pb.NotifTestResponse{
|
||||||
Message: fmt.Sprintf("Notifcation sent for %s notifier(s)", strings.Join(sent, ", ")),
|
Message: fmt.Sprintf("Notification sent for %s notifier(s)", strings.Join(sent, ", ")),
|
||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user