Skip to content

Commit 2736224

Browse files
committed
Typo that did destroy all the bindings
1 parent cdbbeab commit 2736224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lorawan_connector_ws.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ validate(Req) ->
7878
validate0([{Key, Value} | Other]) ->
7979
case validate_key(Key, Value) of
8080
ok ->
81-
validate(Other);
81+
validate0(Other);
8282
Else ->
8383
Else
8484
end;

0 commit comments

Comments
 (0)