Skip to content

Commit 1386aaa

Browse files
committed
Merge branch 'fetch-user' into next
2 parents 0fee22e + ec309f9 commit 1386aaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/leanengine.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ function createCloudFunctionRouter(options) {
123123
});
124124
};
125125

126-
if (Cloud.__code[splited[1]] && Cloud.__code[splited[1]] === false) {
126+
if (Cloud.__code[splited[1]] && Cloud.__code[splited[1]].fetchUser === false) {
127127
handleCloudfunction();
128128
} else {
129129
fetchUser(handleCloudfunction);

0 commit comments

Comments
 (0)