Skip to content

Commit

Permalink
fixed tables bug
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgo committed Dec 4, 2012
1 parent 0dbbff5 commit fbabdf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ddb.erl
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ create_table(Name, Keys, ReadsPerSec, WritesPerSec)

tables() ->
{'ok', JSON} = request(?TG_LIST_TABLES, [{}]),
[{<<"TableNames">>, {<<"array">>, Tables}}] = JSON,
[{<<"TableNames">>, Tables}] = JSON,
{'ok', Tables}.

%%% Describe table.
Expand Down

0 comments on commit fbabdf2

Please sign in to comment.