@@ -196,6 +196,6 @@
and (select count(1)
from netflix_temp_account_user ntu
inner join groups_relation gr on gr.id = ntu.relation_id and ntu.user_id = gr.user_id
- wjere ntu.account_id = a.id) < 20
+ where ntu.account_id = a.id) < 20
</select>
</mapper>