Skip to content

Commit 4d85fed

Browse files
committed
fix user profile lookup
1 parent 1f055f1 commit 4d85fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/lib/api.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ component {
673673

674674
arguments.req.user = {
675675
"authentication" = "userkey",
676-
"profile" = application.fapi.getContentObject(typename="apiUserAccessKey", objectid=stKey.userID),
676+
"profile" = application.fapi.getContentObject(typename="dmProfile", objectid=stKey.userID),
677677
"groups" = [],
678678
"roles" = []
679679
};

0 commit comments

Comments
 (0)