Skip to content

Commit 2dac5f4

Browse files
authored
Update modules/ROOT/partials/configuration/tinycomments_fetch_author_info.adoc
1 parent 6b6ac21 commit 2dac5f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/ROOT/partials/configuration/tinycomments_fetch_author_info.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ The function must call `+done+` with an object containing the following properti
1818
----
1919
const 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
----

0 commit comments

Comments
 (0)