diff --git a/src/lambda/get-comments/index.py b/src/lambda/get-comments/index.py index 5324ebdb8..2db4d7443 100644 --- a/src/lambda/get-comments/index.py +++ b/src/lambda/get-comments/index.py @@ -15,7 +15,7 @@ def get_comments(thread_id, uid=""): if r["uid"] == uid: r["mod"] = True del r["uid"] - r["uid_mod"] = uid_encoder(uid) + r["authro"] = uid_encoder(uid) body = JsonPayloadBuilder().add_status( True).add_data(results).add_message('').compile()