Skip to content

Commit

Permalink
Typo that did destroy all the bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
gotthardp committed Nov 2, 2018
1 parent cdbbeab commit 2736224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lorawan_connector_ws.erl
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ validate(Req) ->
validate0([{Key, Value} | Other]) ->
case validate_key(Key, Value) of
ok ->
validate(Other);
validate0(Other);
Else ->
Else
end;
Expand Down

0 comments on commit 2736224

Please sign in to comment.