Skip to content
Snippets Groups Projects
Commit 9e8d4f61 authored by syuilo⭐️'s avatar syuilo⭐️ Committed by GitHub
Browse files

typo

parent 0caf1bab
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ module.exports = (params, me) => new Promise(async (res, rej) => {
const [offset = 0, offsetErr] = $(params.offset).optional.number().min(0).$;
if (offsetErr) return rej('invalid offset param');
// ID list of the user $self and other users who the user follows
// ID list of the user itself and other users who the user follows
const followingIds = await getFriends(me._id);
const users = await User
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment