Skip to content

Commit

Permalink
Fix mispelled func name
Browse files Browse the repository at this point in the history
  • Loading branch information
wakumaku committed Feb 7, 2025
1 parent 11d0b3d commit d830320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion realtime/delete_event_queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func (d *DeleteEventQueueResponse) UnmarshalJSON(b []byte) error {
return nil
}

func (svc *Service) DeleteEvetQueue(ctx context.Context, queueID string) (*DeleteEventQueueResponse, error) {
func (svc *Service) DeleteEventQueue(ctx context.Context, queueID string) (*DeleteEventQueueResponse, error) {
const (
method = http.MethodDelete
path = "/api/v1/events"
Expand Down

0 comments on commit d830320

Please sign in to comment.