summaryrefslogtreecommitdiff
path: root/src/chttpd_db.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/chttpd_db.erl')
-rw-r--r--src/chttpd_db.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chttpd_db.erl b/src/chttpd_db.erl
index bd11683b..e01dffeb 100644
--- a/src/chttpd_db.erl
+++ b/src/chttpd_db.erl
@@ -179,7 +179,7 @@ db_req(#httpd{method='GET',path_parts=[DbName]}=Req, _Db) ->
{ok, DbInfo} = fabric:get_db_info(DbName),
DeltaT = timer:now_diff(now(), T0) / 1000,
couch_stats_collector:record({couchdb, dbinfo}, DeltaT),
- send_json(Req, {cloudant_util:customer_db_info(Req, DbInfo)});
+ send_json(Req, {DbInfo});
db_req(#httpd{method='POST', path_parts=[DbName], user_ctx=Ctx}=Req, Db) ->
couch_httpd:validate_ctype(Req, "application/json"),