From 40a7b43799606bb582081e59d7a11ff9aa498ac2 Mon Sep 17 00:00:00 2001 From: John McLear Date: Tue, 4 Sep 2012 17:23:33 +0200 Subject: [PATCH] Update src/node/db/API.js --- src/node/db/API.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/node/db/API.js b/src/node/db/API.js index f0f1ebd4..c5caae0b 100644 --- a/src/node/db/API.js +++ b/src/node/db/API.js @@ -47,6 +47,7 @@ exports.createGroupPad = groupManager.createGroupPad; exports.createAuthor = authorManager.createAuthor; exports.createAuthorIfNotExistsFor = authorManager.createAuthorIfNotExistsFor; +exports.getAuthorName = authorManager.getAuthorName; exports.listPadsOfAuthor = authorManager.listPadsOfAuthor; exports.padUsers = padMessageHandler.padUsers; exports.padUsersCount = padMessageHandler.padUsersCount;