summaryrefslogtreecommitdiff
path: root/src/fabric_api.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/fabric_api.erl')
-rw-r--r--src/fabric_api.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fabric_api.erl b/src/fabric_api.erl
index e399e048..53dc96e3 100644
--- a/src/fabric_api.erl
+++ b/src/fabric_api.erl
@@ -43,7 +43,7 @@ close_db(Db) ->
-spec get_db_info(#db{}, bstring()) -> {ok, [{atom(), any()}]}.
get_db_info(Db, Customer) ->
- showroom_db:get_db_info(Db, Customer).
+ fabric:get_db_info(Db, Customer).
-spec replicate_db(ejson(), #user_ctx{}) -> {ok, ejson()}.
replicate_db(PostBody, UserCtx) ->