Skip to content

Commit

Permalink
feat: implement forum comment author new2 (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
LIEN-YUHSIANG authored Oct 16, 2023
1 parent ea3dff4 commit b3fa671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lambda/get-comments/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit b3fa671

Please sign in to comment.