Skip to content

Commit fb09331

Browse files
committed
[fix] Typo
1 parent faff6f4 commit fb09331

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openwisp_controller/geo/channels/routing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from channels.security.websocket import AllowedHostsOriginValidator
44
from django.urls import path
55
from django_loci.channels.base import (
6-
all_location_boradcast_path,
6+
all_location_broadcast_path,
77
location_broadcast_path,
88
)
99
from openwisp_notifications.websockets.routing import (
@@ -19,7 +19,7 @@ def get_routes():
1919
location_broadcast_path, LocationBroadcast.as_asgi(), name="LocationChannel"
2020
),
2121
path(
22-
all_location_boradcast_path,
22+
all_location_broadcast_path,
2323
AllLocationBroadcast.as_asgi(),
2424
name="AllLocationChannel",
2525
),

0 commit comments

Comments
 (0)