Skip to content

Commit 212ac42

Browse files
tminarddlongley
andcommitted
Update lib/helpers.js
Co-authored-by: Dave Longley <dlongley@digitalbazaar.com>
1 parent 5ec349f commit 212ac42

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/helpers.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,9 @@ export const createProfile = async ({
149149
return {
150150
profileAgent: user || profileAgent,
151151
profile: updatedProfile,
152-
creationTimeMs: t1 - t0
152+
stats: {
153+
creationTimeMs: t1 - t0
154+
}
153155
};
154156
};
155157

0 commit comments

Comments
 (0)