enable premium check

This commit is contained in:
ammarahm-ed
2021-12-29 12:59:42 +05:00
parent 7ff6fb9ad1
commit bea0e9db1d

View File

@@ -72,7 +72,6 @@ async function getProducts() {
}
function get() {
return true;
return SUBSCRIPTION_STATUS.BASIC !== premiumStatus;
}