mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
refactor: sendCheckUserStatusEvent -> checkIsUserPremium
This commit is contained in:
@@ -2,7 +2,7 @@ import EventManager from "./utils/event-manager";
|
||||
|
||||
export const EV = new EventManager();
|
||||
|
||||
export async function sendCheckUserStatusEvent(type) {
|
||||
export async function checkIsUserPremium(type) {
|
||||
if (process.env.NODE_ENV === "test") return true;
|
||||
|
||||
const results = await EV.publishWithResult(EVENTS.userCheckStatus, type);
|
||||
|
||||
Reference in New Issue
Block a user