diff options
Diffstat (limited to 'src/api/models')
| -rw-r--r-- | src/api/models/post.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/models/post.ts b/src/api/models/post.ts index 4f7729fbe8..7a93753f74 100644 --- a/src/api/models/post.ts +++ b/src/api/models/post.ts @@ -197,7 +197,7 @@ export const pack = async ( // Fetch my reaction if (meId) { - _post.my_reaction = (async () => { + _post.myReaction = (async () => { const reaction = await Reaction .findOne({ userId: meId, |