We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df039f9 commit fbb945eCopy full SHA for fbb945e
1 file changed
modules/ROOT/partials/configuration/tinycomments_fetch_author_info.adoc
@@ -43,7 +43,7 @@ const tinycomments_fetch_author_info = (_, done) => {
43
done({
44
author: currentUser.id, // Maps to the `author` field in the comment object
45
authorName: currentUser.fullName, // Maps to the `authorName` field in the comment object. (optional)
46
- authorAvatar: currentUser.image, // Maps to the `authorAvatar` field in the comment objectv. (optional)
+ authorAvatar: currentUser.image, // Maps to the `authorAvatar` field in the comment object. (optional)
47
});
48
49
};
0 commit comments