Skip to content

Commit

Permalink
fix subscribe() => #3
Browse files Browse the repository at this point in the history
  • Loading branch information
ra1u committed May 20, 2015
1 parent ed0c8d7 commit 7c181fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/subscriber.dart
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class PubSubCommand{
}

void subscribe(List<String> s){
sendcmd_and_list("PSUBSCRIBE",s);
sendcmd_and_list("SUBSCRIBE",s);
}

void psubscribe(List<String> s){
Expand Down

0 comments on commit 7c181fd

Please sign in to comment.