wip notif token

This commit is contained in:
Rizky 2023-11-07 18:39:08 +07:00
parent 481b98784d
commit b717300468
1 changed files with 1 additions and 2 deletions

View File

@ -21,11 +21,10 @@ export const registerMobile = () => {
token: string;
};
console.log("mobile receive", data);
switch (data.type) {
case "notification-token":
config.notif_token = data.token;
console.log(config);
break;
}
}