File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
modules/ROOT/partials/configuration Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ The function must call `+done+` with an object containing the following properti
1818----
1919const tinycomments_fetch_author_info = (_, done) => {
2020 setTimeout(() => done({
21- author: currentUser.id, // Maps to the `author` field in the comment object
22- authorName: currentUser.fullName, // Maps to the `authorName` field in the comment object
23- authorAvatar: currentUser.image, // Maps to the `authorAvatar` field in the comment object
21+ author: currentUser.id, // Maps to the `author` field in the comment object
22+ authorName: currentUser.fullName, // Maps to the `authorName` field in the comment object
23+ authorAvatar: currentUser.image, // Maps to the `authorAvatar` field in the comment object
2424 }), fakeDelay);
2525};
2626----
You can’t perform that action at this time.
0 commit comments