Currently, IsPresentAndEnabled takes user as argument and pass it to getStatus
. Since in getStatus the argument is not used, we can remove the argument. We should check if this applies also in other utility functions provided in feature_flag_util.js
.