From ba199a592ce8ba9c8ae4d8dd2075d1d2de23862f Mon Sep 17 00:00:00 2001 From: Rory Powell Date: Mon, 13 Sep 2021 17:45:37 +0100 Subject: [PATCH] Fix typo --- packages/auth/src/cache/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/auth/src/cache/user.js b/packages/auth/src/cache/user.js index 7d0cf698eb..669192a905 100644 --- a/packages/auth/src/cache/user.js +++ b/packages/auth/src/cache/user.js @@ -16,7 +16,7 @@ const populateFromDB = (userId, tenantId) => { * If not present fallback to loading the user directly and re-caching. * @param {*} userId the id of the user to get * @param {*} tenantId the tenant of the user to get - * @param {*} loadUser function to provide the user for re-caching. default to couch db + * @param {*} populateUser function to provide the user for re-caching. default to couch db * @returns */ exports.getUser = async (