Skip to content

Commit

Permalink
fixed small bug in core; added account
Browse files Browse the repository at this point in the history
  • Loading branch information
danhammer committed Jul 9, 2012
1 parent 1882cd5 commit 8367899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clj/cartodb/core.clj
Expand Up @@ -34,7 +34,7 @@
:or {api-key nil format "json" host "cartodb.com"
oauth-creds nil api-version "v2" return true}}]
(let [body (if oauth
(oauth-execute sql oauth :return return)
(oauth-execute sql account oauth :return return)
(execute sql account api-key format host api-version :return return))]
(try
(if (and
Expand Down

0 comments on commit 8367899

Please sign in to comment.